HAL updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent 65996e4235
commit 54326fb06a
52 changed files with 327 additions and 378 deletions

View File

@@ -23,10 +23,10 @@
#ifndef WATCHDOG_DUE_H
#define WATCHDOG_DUE_H
//#include "../../../Marlin.h"
// Arduino Due core now has watchdog support
#include "../HAL.h"
// Initialize watchdog with a 4 second interrupt time
void watchdog_init();
@@ -34,4 +34,4 @@ void watchdog_init();
// first watchdog_init or AVR will go into emergency procedures.
inline void watchdog_reset() { watchdogReset(); }
#endif /* WATCHDOG_DUE_H */
#endif // WATCHDOG_DUE_H