aboutsummaryrefslogtreecommitdiffstats
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-02-11 14:35:11 +0000
committerJF <JF002@users.noreply.github.com>2024-05-01 16:13:47 +0200
commitee925200c38ef9f04f976ebaf70b17d2898fcec5 (patch)
tree4aaf4add7a16e8e653e47198b922d7fda193c81d /src/FreeRTOSConfig.h
parent079e676baf70a943d31317afde47b759ca69ca2d (diff)
Remove task to notify
Diffstat (limited to 'src/FreeRTOSConfig.h')
-rw-r--r--src/FreeRTOSConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index cf18f418..67c33a34 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -75,6 +75,7 @@
#define configUSE_TIME_SLICING 0
#define configUSE_NEWLIB_REENTRANT 0
#define configENABLE_BACKWARD_COMPATIBILITY 1
+#define configUSE_TASK_NOTIFICATIONS 0
/* Hook function related definitions. */
#define configUSE_IDLE_HOOK 0