Whoops I needed that constant

This commit is contained in:
Luke Wren 2022-08-10 01:00:47 +01:00
parent 64dc31244e
commit 8b630d2ac6
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ EIRQ vector was entered 1 times
*******************************************************************************/ *******************************************************************************/
#define PRIORITY_LEVELS (MAX_PRIORITY + 1)
void handler(void); void handler(void);
int main() { int main() {