Service interval watchdog (#13105)

This commit is contained in:
revilor
2019-02-12 22:58:56 +01:00
committed by Scott Lahteine
parent 7f1b69b0c8
commit e56c13670d
81 changed files with 1321 additions and 16 deletions

View File

@ -1358,3 +1358,7 @@
#ifndef MSG_TMC_STEALTH_ENABLED
#define MSG_TMC_STEALTH_ENABLED _UxGT("StealthChop enabled")
#endif
#ifndef MSG_SERVICE_RESET
#define MSG_SERVICE_RESET _UxGT("Reset")
#endif