We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0253d commit 8318a40Copy full SHA for 8318a40
src/FreeRTOSVariant.h
@@ -37,7 +37,9 @@ extern "C" {
37
// System Tick - Scheduler timer
38
// Use the Watchdog timer, and choose the rate at which scheduler interrupts will occur.
39
40
-#define portUSE_WDTO WDTO_15MS // portUSE_WDTO to use the Watchdog Timer for xTaskIncrementTick
+#ifndef portUSE_WDTO
41
+ #define portUSE_WDTO WDTO_15MS // portUSE_WDTO to use the Watchdog Timer for xTaskIncrementTick
42
+#endif
43
44
/* Watchdog period options: WDTO_15MS
45
WDTO_30MS
0 commit comments