清理编译告警和错误。编译告警和错误的原因是删除了头文件“components.h”

This commit is contained in:
勤为本 2017-10-17 11:14:48 +08:00
parent 6101d1e80e
commit b2fbe4df01
1 changed files with 3 additions and 0 deletions

View File

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