Minor M100 cleanup

This commit is contained in:
Scott Lahteine
2019-06-12 03:12:03 -05:00
parent 356410dcfc
commit 04715e04ee
2 changed files with 24 additions and 33 deletions

View File

@ -181,7 +181,7 @@ void GcodeSuite::dwell(millis_t time) {
// Placeholders for non-migrated codes
//
#if ENABLED(M100_FREE_MEMORY_WATCHER)
extern void M100_dump_routine(PGM_P const title, const char *start, const char *end);
extern void M100_dump_routine(PGM_P const title, char *start, char *end);
#endif
/**