📝 Replace KB with K in pins

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

View File

@@ -35,7 +35,7 @@
// Onboard I2C EEPROM
#define I2C_EEPROM
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB (AT24C32)
#define MARLIN_EEPROM_SIZE 0x1000 // 4K (AT24C32)
//
// Servos

View File

@@ -39,7 +39,7 @@
//#define SDCARD_EEPROM_EMULATION
//#define I2C_EEPROM // AT24C32
#define FLASH_EEPROM_EMULATION
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
#define MARLIN_EEPROM_SIZE 0x1000 // 4K
#endif
//