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 27
27
# include < Arduino_DebugUtils.h>
28
28
#endif
29
29
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
+
30
35
#ifdef ARDUINO_ARCH_MBED
31
36
# include < watchdog_api.h>
32
37
# define PORTENTA_H7_WATCHDOG_MAX_TIMEOUT_ms (32760 )
Original file line number Diff line number Diff line change 18
18
#ifndef ARDUINO_AIOTC_UTILITY_WATCHDOG_H_
19
19
#define ARDUINO_AIOTC_UTILITY_WATCHDOG_H_
20
20
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
-
30
21
/******************************************************************************
31
22
* FUNCTION DECLARATION
32
23
******************************************************************************/
You can’t perform that action at this time.
0 commit comments