Make lcd function static
This commit is contained in:
parent
3537024ba2
commit
2b4c2127e6
|
|
@ -471,7 +471,7 @@ void lcdui_print_extruder(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print farm number (5 chars total)
|
// Print farm number (5 chars total)
|
||||||
void lcdui_print_farm(void)
|
static void lcdui_print_farm(void)
|
||||||
{
|
{
|
||||||
lcd_printf_P(_N(" FRM "));
|
lcd_printf_P(_N(" FRM "));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue