Move SD_REPRINT_LAST_SELECTED_FILE to ultralcd.cpp
This commit is contained in:
parent
817175613a
commit
8949c8c0a5
3 changed files with 45 additions and 33 deletions
|
|
@ -223,4 +223,8 @@ void lcd_reset_status();
|
|||
#define BUZZ(d,f) lcd_buzz(d, f)
|
||||
#endif
|
||||
|
||||
#if ENABLED(SD_REPRINT_LAST_SELECTED_FILE)
|
||||
void lcd_reselect_last_file();
|
||||
#endif
|
||||
|
||||
#endif // ULTRALCD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue