Skip to content

Commit b4dc6dc

Browse files
committed
set default system tick to 15ms
1 parent 9c5da7c commit b4dc6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FreeRTOSVariant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extern "C" {
2222
// System Tick - Scheduler timer
2323
// Use the Watchdog timer, and choose the rate at which scheduler interrupts will occur.
2424

25-
#define portUSE_WDTO WDTO_30MS // portUSE_WDTO to use the Watchdog Timer for xTaskIncrementTick
25+
#define portUSE_WDTO WDTO_15MS // portUSE_WDTO to use the Watchdog Timer for xTaskIncrementTick
2626

2727
/* Watchdog period options: WDTO_15MS
2828
WDTO_30MS

0 commit comments

Comments
 (0)