Browse Source

Watchdog conditional for LPC

pull/1/head
Scott Lahteine 6 years ago
parent
commit
b939a2e88c
  1. 4
      Marlin/src/HAL/HAL_LPC1768/watchdog.cpp

4
Marlin/src/HAL/HAL_LPC1768/watchdog.cpp

@ -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