Merge pull request #2727 from mkbel/fix_unused_function

Unused function warning fix.
This commit is contained in:
Marek Běl 2020-06-08 15:25:11 +02:00 committed by GitHub
commit 750af103ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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