mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-22 09:14:15 +00:00
9 lines
No EOL
180 B
C
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__
|