aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-12-07 00:09:05 +0000
committermark9064 <30447455+mark9064@users.noreply.github.com>2025-06-27 20:53:26 +0100
commit343962da5dca50604877fa83c70ca14d8849737a (patch)
tree44ae0ab2558e198dd4f8206b55f45d12af86049f /src
parent4517fb8c4be0118b47d522c5fa2e0ed099480719 (diff)
Disable legacy FreeRTOS functions
Diffstat (limited to 'src')
-rw-r--r--src/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index d877705a..fce50054 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -73,7 +73,7 @@
#define configUSE_QUEUE_SETS 0
#define configUSE_TIME_SLICING 0
#define configUSE_NEWLIB_REENTRANT 0
-#define configENABLE_BACKWARD_COMPATIBILITY 1
+#define configENABLE_BACKWARD_COMPATIBILITY 0
#define configUSE_TASK_NOTIFICATIONS 0
/* Hook function related definitions. */