清理编译告警和错误。编译告警和错误的原因是删除了头文件“components.h”
This commit is contained in:
parent
6101d1e80e
commit
b2fbe4df01
|
@ -35,6 +35,9 @@
|
|||
#ifndef SYNOP_GMAC_NETWORK_INTERFACE_H
|
||||
#define SYNOP_GMAC_NETWORK_INTERFACE_H 1
|
||||
|
||||
|
||||
#include <lwip/sys.h>
|
||||
#include <netif/ethernetif.h>
|
||||
#include "synopGMAC_plat.h"
|
||||
#include "synopGMAC_Host.h"
|
||||
#include "synopGMAC_Dev.h"
|
||||
|
|
Loading…
Reference in New Issue