We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13545e9 commit a76ee51Copy full SHA for a76ee51
ch10.md
@@ -81,9 +81,9 @@ group to perform an equivalent operation. This is because each
81
communication object (queue, semaphore or event group) must be created
82
before it can be used, whereas enabling task notification functionality
83
has a fixed overhead. The RAM cost for task notifications is
84
-`configTASK_NOTIFICATION_ARRAY_ENTRIES` * 8 bytes per task. The
+`configTASK_NOTIFICATION_ARRAY_ENTRIES` * 5 bytes per task. The
85
default value for `configTASK_NOTIFICATION_ARRAY_ENTRIES` is 1 making
86
-the default size for task notifications is 8 bytes per task.
+the default size for task notifications is 5 bytes per task.
87
88
### 10.2.3 Limitations of Task Notifications
89
0 commit comments