Apply items specified in code review

Followup to #8122
This commit is contained in:
Scott Lahteine
2017-10-30 14:34:11 -05:00
parent 34be5d33c0
commit 2cdde08339
6 changed files with 19 additions and 62 deletions

View File

@@ -134,9 +134,7 @@
#define FILENAME_LENGTH 13 // Number of UTF-16 characters per entry
// Number of VFAT entries used. Each entry has 13 UTF-16 characters
#ifdef MAX_VFAT_ENTRIES
#undef MAX_VFAT_ENTRIES
#endif
#undef MAX_VFAT_ENTRIES
#if ENABLED(SCROLL_LONG_FILENAMES)
#define MAX_VFAT_ENTRIES (5)
#else