Browse Source

adjust drv_eth.c's head files

Meco Man 3 years ago
parent
commit
ce06e5e160
1 changed files with 2 additions and 3 deletions
  1. 2 3
      bsp/stm32/libraries/HAL_Drivers/drv_eth.c

+ 2 - 3
bsp/stm32/libraries/HAL_Drivers/drv_eth.c

@@ -11,11 +11,10 @@
  * 2019-09-03     xiaofan      optimize link change detection process
  */
 
-#include "board.h"
 #include "drv_config.h"
-#include <netif/ethernetif.h>
-#include "lwipopts.h"
 #include "drv_eth.h"
+#include <netif/ethernetif.h>
+#include <lwipopts.h>
 
 /*
 * Emac driver uses CubeMX tool to generate emac and phy's configuration,