Skip to content
Snippets Groups Projects
Commit b625a603 authored by Merlin Göttlinger's avatar Merlin Göttlinger
Browse files

Interrupt prios

parent 46a71fd8
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ CPU TestSystem {
ISR ISR1 {
CATEGORY = 2;
DEVICE = 37;
PRIORITY = 1337;
};
};
......
......@@ -26,21 +26,25 @@ CPU TestSystem {
ISR ISR37 {
CATEGORY = 2;
DEVICE = 37;
PRIORITY = 1337;
};
ISR ISR38 {
CATEGORY = 2;
DEVICE = 38;
PRIORITY = 1338;
};
ISR ISR39 {
CATEGORY = 2;
DEVICE = 39;
PRIORITY = 1339;
};
ISR ISR40 {
CATEGORY = 2;
DEVICE = 40;
PRIORITY = 1340;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment