Fix compile error
This commit is contained in:
parent
f6ae379077
commit
896f4e1dd1
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ extern bool mesh_bed_run_from_menu;
|
|||
|
||||
extern bool sortAlpha;
|
||||
|
||||
extern char dir_names[MAX_DIR_DEPTH][9];
|
||||
extern char dir_names[][9];
|
||||
|
||||
extern int8_t lcd_change_fil_state;
|
||||
// save/restore printing
|
||||
|
|
Loading…
Reference in a new issue