📝 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

@@ -33,7 +33,7 @@
#if NO_EEPROM_SELECTED
#define FLASH_EEPROM_EMULATION
#ifndef MARLIN_EEPROM_SIZE
#define MARLIN_EEPROM_SIZE 0x800U // 2KB
#define MARLIN_EEPROM_SIZE 0x800U // 2K
#endif
#endif