mirror of
https://github.com/pvvx/rtl00TstMinAmebaV35a.git
synced 2024-11-22 17:54:14 +00:00
9 lines
No EOL
172 B
C
9 lines
No EOL
172 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__
|