📝 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

@@ -30,7 +30,7 @@
#if NO_EEPROM_SELECTED
#define I2C_EEPROM
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB (24LC32AT-I/OT)
#define MARLIN_EEPROM_SIZE 0x1000 // 4K (24LC32AT-I/OT)
#endif
#if ENABLED(FLASH_EEPROM_EMULATION)