浏览代码

adjust drv_eth.c's head files

Meco Man 3 年之前
父节点
当前提交
ce06e5e160
共有 1 个文件被更改,包括 2 次插入3 次删除
  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
  * 2019-09-03     xiaofan      optimize link change detection process
  */
  */
 
 
-#include "board.h"
 #include "drv_config.h"
 #include "drv_config.h"
-#include <netif/ethernetif.h>
-#include "lwipopts.h"
 #include "drv_eth.h"
 #include "drv_eth.h"
+#include <netif/ethernetif.h>
+#include <lwipopts.h>
 
 
 /*
 /*
 * Emac driver uses CubeMX tool to generate emac and phy's configuration,
 * Emac driver uses CubeMX tool to generate emac and phy's configuration,