File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 2727# include < Arduino_DebugUtils.h>
2828#endif
2929
30+ #ifdef ARDUINO_ARCH_SAMD
31+ # include < Adafruit_SleepyDog.h>
32+ # define SAMD_WATCHDOG_MAX_TIME_ms (16 * 1000 )
33+ #endif /* ARDUINO_ARCH_SAMD */
34+
3035#ifdef ARDUINO_ARCH_MBED
3136# include < watchdog_api.h>
3237# define PORTENTA_H7_WATCHDOG_MAX_TIMEOUT_ms (32760 )
Original file line number Diff line number Diff line change 1818#ifndef ARDUINO_AIOTC_UTILITY_WATCHDOG_H_
1919#define ARDUINO_AIOTC_UTILITY_WATCHDOG_H_
2020
21- /******************************************************************************
22- * PREPROCESSOR SECTION
23- ******************************************************************************/
24-
25- #ifdef ARDUINO_ARCH_SAMD
26- # include <Adafruit_SleepyDog.h>
27- # define SAMD_WATCHDOG_MAX_TIME_ms (16 * 1000)
28- #endif /* ARDUINO_ARCH_SAMD */
29-
3021/******************************************************************************
3122 * FUNCTION DECLARATION
3223 ******************************************************************************/
You can’t perform that action at this time.
0 commit comments