Skip to content
Snippets Groups Projects
Commit 3481b9b2 authored by Adrian Danis's avatar Adrian Danis
Browse files

Restrict CONFIG_NUM_PRIORITIES to the range of 1-256 as there are assumptions...

Restrict CONFIG_NUM_PRIORITIES to the range of 1-256 as there are assumptions on a priority fitting into a single byte
parent e5889867
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,7 @@ menu "seL4 System Parameters"
config NUM_PRIORITIES
int "Number of priority levels"
default 256
range 1 256
help
The number of priority levels per domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment