📝 Refer to 'PROGMEM' as 'flash'

This commit is contained in:
Scott Lahteine
2022-05-11 23:37:40 -05:00
parent 8eccfd4a6f
commit 2086cc9f4e
2 changed files with 5 additions and 5 deletions

View File

@@ -1854,7 +1854,7 @@
* M502 - Revert settings to "factory" defaults. (Follow with M500 to init the EEPROM.)
*/
//#define EEPROM_SETTINGS // Persistent storage with M500 and M501
//#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release!
//#define DISABLE_M503 // Saves ~2700 bytes of flash. Disable for release!
#define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM.
#define EEPROM_BOOT_SILENT // Keep M503 quiet and only give errors during first load
#if ENABLED(EEPROM_SETTINGS)