Skip to content

Commit 90c9772

Browse files
authored
Fix typo in configMAX_PRIORITIES (#109)
1 parent c3f0eeb commit 90c9772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ch04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ select the *Running* state task and the maximum allowable value for
632632
### 4.5.1 Generic Scheduler
633633
634634
The generic scheduler is written in C and can be used with all FreeRTOS
635-
architecture ports. It does not impose an upper limit on `configMAX_PRIORITEIS`.
635+
architecture ports. It does not impose an upper limit on `configMAX_PRIORITIES`.
636636
In general, it is advisable to minimize `configMAX_PRIORITIES` because more
637637
values require more RAM and will result in a longer worst-case execution time.
638638

0 commit comments

Comments
 (0)