mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 00:13:31 +08:00
a157b25f55
* use uart1 as default console device * add pcf8574 support(a general-purpose remote I/O expansion chip)
7 lines
86 B
C
7 lines
86 B
C
#ifndef __DRV_ETH_H__
|
|
#define __DRV_ETH_H__
|
|
|
|
void rt_hw_stm32_eth_init(void);
|
|
|
|
#endif
|