Apply/unapply const here and there

This commit is contained in:
Scott Lahteine
2018-11-20 06:44:11 -06:00
parent 643e0066a0
commit 817a37169a
8 changed files with 28 additions and 28 deletions

View File

@ -380,7 +380,7 @@ public:
#if ENABLED(SCROLL_LONG_FILENAMES)
static uint8_t filename_scroll_pos, filename_scroll_max;
#endif
static const char * const scrolled_filename(CardReader &theCard, const uint8_t maxlen, uint8_t hash, const bool doScroll);
static const char * scrolled_filename(CardReader &theCard, const uint8_t maxlen, uint8_t hash, const bool doScroll);
#endif
#if IS_KINEMATIC