Merge pull request #2727 from mkbel/fix_unused_function
Unused function warning fix.
This commit is contained in:
commit
750af103ff
|
|
@ -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\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue