✏️ Fix spurious UTF

This commit is contained in:
Scott Lahteine 2022-05-09 16:47:04 -05:00
parent 13d1eb7241
commit a9aca5f5e8

View File

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