Watchdog conditional for LPC

2.0.x
Scott Lahteine 7 years ago
parent 3a1225e438
commit b939a2e88c

@ -24,6 +24,8 @@
#include "../../inc/MarlinConfig.h"
#if ENABLED(USE_WATCHDOG)
#include "lpc17xx_wdt.h"
#include "watchdog.h"
@ -48,4 +50,6 @@ void watchdog_reset() {
#endif
}
#endif // USE_WATCHDOG
#endif // TARGET_LPC1768

Loading…
Cancel
Save