Skip to content

Commit 6838f43

Browse files
committed
Prefer xTaskDelayUntil in config template
xTaskDelayUntil is more featured and should be preferred by new users. This change was inspired by https://forums.freertos.org/t/include-xtaskdelayuntil-vs-include-vtaskdelayuntil/24656.
1 parent e5987bb commit 6838f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/template_configuration/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
#define INCLUDE_uxTaskPriorityGet 1
654654
#define INCLUDE_vTaskDelete 1
655655
#define INCLUDE_vTaskSuspend 1
656-
#define INCLUDE_vTaskDelayUntil 1
656+
#define INCLUDE_xTaskDelayUntil 1
657657
#define INCLUDE_vTaskDelay 1
658658
#define INCLUDE_xTaskGetSchedulerState 1
659659
#define INCLUDE_xTaskGetCurrentTaskHandle 1

0 commit comments

Comments
 (0)