Unused function warning fix.

(cherry picked from commit 54e2b6a829a221cc3abbff3a39ca7d3cafed3a09)
Pick only unused function warning fix.
This commit is contained in:
Marek Bel 2020-06-08 13:45:29 +02:00
parent 2c03abade9
commit f6df3f2394

View File

@ -5602,6 +5602,7 @@ do\
}\ }\
while (0) while (0)
#if 0 // temporarily unused
static void lcd_check_gcode_set(void) static void lcd_check_gcode_set(void)
{ {
switch(oCheckGcode) switch(oCheckGcode)
@ -5620,6 +5621,7 @@ switch(oCheckGcode)
} }
eeprom_update_byte((uint8_t*)EEPROM_CHECK_GCODE,(uint8_t)oCheckGcode); eeprom_update_byte((uint8_t*)EEPROM_CHECK_GCODE,(uint8_t)oCheckGcode);
} }
#endif
#define SETTINGS_GCODE \ #define SETTINGS_GCODE \
do\ do\