Add IP101 support to Ethernet component (#3751)

This commit is contained in:
Keith Burzinski
2022-08-30 20:45:30 -05:00
committed by GitHub
parent 4d66fab360
commit 768490089e
3 changed files with 40 additions and 1 deletions
@@ -17,6 +17,7 @@ namespace ethernet {
enum EthernetType {
ETHERNET_TYPE_LAN8720 = 0,
ETHERNET_TYPE_TLK110,
ETHERNET_TYPE_IP101,
};
struct ManualIP {