mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Change occurrences of "Cortex M3" to "Cortex-M3".
This commit is contained in:
parent
a22c519f5d
commit
1374a17f73
24 changed files with 24 additions and 24 deletions
|
@ -139,7 +139,7 @@ to exclude the API function. */
|
|||
/* Priorities passed to NVIC_SetPriority() do not require shifting as the
|
||||
function does the shifting itself. Note these priorities need to be equal to
|
||||
or lower than configMAX_SYSCALL_INTERRUPT_PRIORITY - therefore the numeric
|
||||
value needs to be equal to or greater than 5 (on the Cortex M3 the lower the
|
||||
value needs to be equal to or greater than 5 (on the Cortex-M3 the lower the
|
||||
numeric value the higher the interrupt priority). */
|
||||
#define configEMAC_INTERRUPT_PRIORITY 5
|
||||
#define configUSB_INTERRUPT_PRIORITY 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue