Skip to content

Commit 343962d

Browse files
committed
Disable legacy FreeRTOS functions
1 parent 4517fb8 commit 343962d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#define configUSE_QUEUE_SETS 0
7474
#define configUSE_TIME_SLICING 0
7575
#define configUSE_NEWLIB_REENTRANT 0
76-
#define configENABLE_BACKWARD_COMPATIBILITY 1
76+
#define configENABLE_BACKWARD_COMPATIBILITY 0
7777
#define configUSE_TASK_NOTIFICATIONS 0
7878

7979
/* Hook function related definitions. */

0 commit comments

Comments
 (0)