Make lcd function static
This commit is contained in:
parent
3537024ba2
commit
2b4c2127e6
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ void lcdui_print_extruder(void)
|
|||
}
|
||||
|
||||
// Print farm number (5 chars total)
|
||||
void lcdui_print_farm(void)
|
||||
static void lcdui_print_farm(void)
|
||||
{
|
||||
lcd_printf_P(_N(" FRM "));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue