rtl00TstMinAmebaV35a/component/common/drivers/ethernet_mii/ethernet_mii.h

9 lines
172 B
C
Raw Normal View History

2016-09-23 04:21:45 +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__