RTL8710AF_GCC/component/common/drivers/ethernet_mii/ethernet_mii.h
2016-09-12 17:16:56 +08:00

9 lines
No EOL
180 B
C

#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__