Make getfilename_sorted standard for listings

This commit is contained in:
Scott Lahteine
2018-10-29 13:54:04 -05:00
parent 5ead026967
commit f9b80e7217
3 changed files with 4 additions and 10 deletions

View File

@ -103,6 +103,8 @@ public:
FORCE_INLINE void setSortFolders(int i) { sort_folders = i; presort(); }
//FORCE_INLINE void setSortReverse(bool b) { sort_reverse = b; }
#endif
#else
FORCE_INLINE void getfilename_sorted(const uint16_t nr) { getfilename(nr); }
#endif
#if ENABLED(POWER_LOSS_RECOVERY)