瀏覽代碼

✏️ Fix spurious UTF

Scott Lahteine 2 年之前
父節點
當前提交
9d32bc3153
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/HAL/LPC1768/eeprom_wired.cpp

+ 1
- 1
Marlin/src/HAL/LPC1768/eeprom_wired.cpp 查看文件

@@ -34,7 +34,7 @@
34 34
 #include "../shared/eeprom_api.h"
35 35
 
36 36
 #ifndef MARLIN_EEPROM_SIZE
37
-  #define MARLIN_EEPROM_SIZE           0x8000 // 32KB‬
37
+  #define MARLIN_EEPROM_SIZE           0x8000 // 32K
38 38
 #endif
39 39
 size_t PersistentStore::capacity()    { return MARLIN_EEPROM_SIZE; }
40 40
 

Loading…
取消
儲存