Change occurrences of "Cortex M3" to "Cortex-M3".

This commit is contained in:
Richard Barry 2011-02-05 16:49:17 +00:00
parent a22c519f5d
commit 1374a17f73
24 changed files with 24 additions and 24 deletions

View file

@ -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