- add support for Ethernet using an external PHY
currently it is either WiFi or Ethernet. If Ethernet is enabled through menuconfig it gets priority and WiFi is disabled.
This commit is contained in:
6
components/eth_interface/include/eth_interface.h
Normal file
6
components/eth_interface/include/eth_interface.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _ETH_INTERFACE_H_
|
||||
#define _ETH_INTERFACE_H_
|
||||
|
||||
void eth_init(void);
|
||||
|
||||
#endif /* _ETH_INTERFACE_H_ */
|
||||
Reference in New Issue
Block a user