Minor M100 cleanup
This commit is contained in:
parent
356410dcfc
commit
04715e04ee
2 changed files with 24 additions and 33 deletions
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue