mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Change to use interrupt priority definitions that use shifted values from 0 to 7, rather than the full numeric value.
This commit is contained in:
parent
b6690dfc9a
commit
e12614df23
3 changed files with 5 additions and 4 deletions
|
@ -261,6 +261,7 @@ int main( void )
|
|||
|
||||
/* Will only get here if there was insufficient memory to create the idle
|
||||
task. */
|
||||
for( ;; );
|
||||
return 0;
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue