📝 Replace KB with K in pins

This commit is contained in:
Scott Lahteine
2022-05-04 12:47:15 -05:00
parent b038078541
commit 4c8c02f66f
59 changed files with 88 additions and 88 deletions

View File

@@ -58,7 +58,7 @@
// Enable EEPROM Emulation for this board as it doesn't have EEPROM
#if EITHER(NO_EEPROM_SELECTED, FLASH_EEPROM_EMULATION)
#define FLASH_EEPROM_EMULATION
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
#define MARLIN_EEPROM_SIZE 0x1000 // 4K
#endif
//