Cleanups for SD_REPRINT_LAST_SELECTED_FILE

This commit is contained in:
Scott Lahteine 2017-10-26 23:54:01 -05:00
parent daa85f71e1
commit b0e282a74b
3 changed files with 29 additions and 27 deletions

View file

@ -205,4 +205,8 @@ void lcd_reset_status();
float lcd_probe_pt(const float &lx, const float &ly);
#endif
#if ENABLED(SD_REPRINT_LAST_SELECTED_FILE)
void lcd_reselect_last_file();
#endif
#endif // ULTRALCD_H