|
@@ -70,7 +70,7 @@ void ETH_BSP_Config(void)
|
|
/* Config NVIC for Ethernet */
|
|
/* Config NVIC for Ethernet */
|
|
/* TODO remove if tested: ETH_NVIC_Config moved after ETH_MACDMA_Config *
|
|
/* TODO remove if tested: ETH_NVIC_Config moved after ETH_MACDMA_Config *
|
|
* to avoid ETH IRQ to stuck the system */
|
|
* to avoid ETH IRQ to stuck the system */
|
|
- //ETH_NVIC_Config();
|
|
|
|
|
|
+ ETH_NVIC_Config();
|
|
|
|
|
|
/* Configure the Ethernet MAC/DMA */
|
|
/* Configure the Ethernet MAC/DMA */
|
|
ETH_MACDMA_Config();
|
|
ETH_MACDMA_Config();
|