Correct interrupt priority assignment.

This commit is contained in:
Richard Barry 2009-07-21 19:35:59 +00:00
parent 276356d9b5
commit 0528691833
4 changed files with 8 additions and 3 deletions

View file

@ -142,7 +142,7 @@ extern void ( vEMAC_ISR_Wrapper )( void );
/* Set the interrupt priority to the max permissible to cause some
interrupt nesting. */
NVIC_SetPriority( ENET_IRQn, configMAX_SYSCALL_INTERRUPT_PRIORITY );
NVIC_SetPriority( ENET_IRQn, configEMAC_INTERRUPT_PRIORITY );
/* Enable the interrupt. */
NVIC_EnableIRQ( ENET_IRQn );