Browse Source

#ifdef fix for #326

daid303 12 years ago
parent
commit
047d037f8c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/ultralcd.cpp

+ 2
- 2
Marlin/ultralcd.cpp View File

476
 #if TEMP_SENSOR_BED != 0
476
 #if TEMP_SENSOR_BED != 0
477
     MENU_ITEM_EDIT(int3, MSG_BED, &plaPreheatHPBTemp, 0, BED_MAXTEMP - 15);
477
     MENU_ITEM_EDIT(int3, MSG_BED, &plaPreheatHPBTemp, 0, BED_MAXTEMP - 15);
478
 #endif
478
 #endif
479
-#if EEPROM_SETTINGS
479
+#ifdef EEPROM_SETTINGS
480
     MENU_ITEM(function, MSG_STORE_EPROM, Config_StoreSettings);
480
     MENU_ITEM(function, MSG_STORE_EPROM, Config_StoreSettings);
481
 #endif
481
 #endif
482
     END_MENU();
482
     END_MENU();
491
 #if TEMP_SENSOR_BED != 0
491
 #if TEMP_SENSOR_BED != 0
492
     MENU_ITEM_EDIT(int3, MSG_BED, &absPreheatHPBTemp, 0, BED_MAXTEMP - 15);
492
     MENU_ITEM_EDIT(int3, MSG_BED, &absPreheatHPBTemp, 0, BED_MAXTEMP - 15);
493
 #endif
493
 #endif
494
-#if EEPROM_SETTINGS
494
+#ifdef EEPROM_SETTINGS
495
     MENU_ITEM(function, MSG_STORE_EPROM, Config_StoreSettings);
495
     MENU_ITEM(function, MSG_STORE_EPROM, Config_StoreSettings);
496
 #endif
496
 #endif
497
     END_MENU();
497
     END_MENU();

Loading…
Cancel
Save