|
@@ -3484,9 +3484,6 @@ static void NVIC_Configuration(void)
|
|
|
{
|
|
|
NVIC_InitTypeDef NVIC_InitStructure;
|
|
|
|
|
|
- /* Configure one bit for preemption priority */
|
|
|
- NVIC_PriorityGroupConfig(NVIC_PriorityGroup_1);
|
|
|
-
|
|
|
/* Enable the EXTI0 Interrupt */
|
|
|
NVIC_InitStructure.NVIC_IRQChannel = ETH_IRQn;
|
|
|
NVIC_InitStructure.NVIC_IRQChannelPreemptionPriority = 0;
|