adjust drv_eth.c's head files

This commit is contained in:
Meco Man 2021-06-13 13:15:59 +08:00
parent 3b74f44d10
commit ce06e5e160
1 changed files with 2 additions and 3 deletions

View File

@ -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,