Fix compile error
This commit is contained in:
parent
f6ae379077
commit
896f4e1dd1
|
|
@ -352,7 +352,7 @@ extern bool mesh_bed_run_from_menu;
|
||||||
|
|
||||||
extern bool sortAlpha;
|
extern bool sortAlpha;
|
||||||
|
|
||||||
extern char dir_names[MAX_DIR_DEPTH][9];
|
extern char dir_names[][9];
|
||||||
|
|
||||||
extern int8_t lcd_change_fil_state;
|
extern int8_t lcd_change_fil_state;
|
||||||
// save/restore printing
|
// save/restore printing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue