Browse Source

✏️ Fix spurious UTF

FB4S_WIFI
Scott Lahteine 2 years ago
parent
commit
a9aca5f5e8
  1. 2
      Marlin/src/HAL/LPC1768/eeprom_wired.cpp

2
Marlin/src/HAL/LPC1768/eeprom_wired.cpp

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

Loading…
Cancel
Save