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 9c5da7c commit b4dc6dcCopy full SHA for b4dc6dc
src/FreeRTOSVariant.h
@@ -22,7 +22,7 @@ extern "C" {
22
// System Tick - Scheduler timer
23
// Use the Watchdog timer, and choose the rate at which scheduler interrupts will occur.
24
25
-#define portUSE_WDTO WDTO_30MS // portUSE_WDTO to use the Watchdog Timer for xTaskIncrementTick
+#define portUSE_WDTO WDTO_15MS // portUSE_WDTO to use the Watchdog Timer for xTaskIncrementTick
26
27
/* Watchdog period options: WDTO_15MS
28
WDTO_30MS
0 commit comments