Skip to content

Commit 1307487

Browse files
kstribrnAmznAniruddhaKanhere
authored andcommitted
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 1307487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)