Browse Source

✏️ Fix spurious UTF

Scott Lahteine 2 years ago
parent
commit
9d32bc3153
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/LPC1768/eeprom_wired.cpp

+ 1
- 1
Marlin/src/HAL/LPC1768/eeprom_wired.cpp View File

@@ -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…
Cancel
Save