Move SD_REPRINT_LAST_SELECTED_FILE to ultralcd.cpp

This commit is contained in:
Scott Lahteine
2017-10-26 23:39:51 -05:00
parent 817175613a
commit 8949c8c0a5
3 changed files with 45 additions and 33 deletions

View File

@ -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