Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ch04.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ select the *Running* state task and the maximum allowable value for
### 4.5.1 Generic Scheduler

The generic scheduler is written in C and can be used with all FreeRTOS
architecture ports. It does not impose an upper limit on `configMAX_PRIORITEIS`.
architecture ports. It does not impose an upper limit on `configMAX_PRIORITIES`.
In general, it is advisable to minimize `configMAX_PRIORITIES` because more
values require more RAM and will result in a longer worst-case execution time.

Expand Down