RTL8710AF_GCC/component/common/drivers/ethernet_mii/ethernet_mii.h

9 lines
180 B
C
Raw Permalink Normal View History

2016-09-12 09:16:56 +00:00
#ifndef __MII_ETHERNETIF_H__
#define __MII_ETHERNETIF_H__
#include "lwip_netconf.h"
#define MII_TX_DESC_CNT 4
#define MII_RX_DESC_CNT 10
#endif // __MII_ETHERNETIF_H__