Skip to content

Commit 195964f

Browse files
committed
fix realtek_rtl8195am IPv6 build fails
remove the "dhcps.h" and "dhcps.c" files edit "wifi_conf.c" and "rtw_emac.cpp" to fix compile error coding style fix
1 parent 24cebba commit 195964f

File tree

4 files changed

+119
-1039
lines changed

4 files changed

+119
-1039
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/rtw_emac.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void RTW_EMAC::get_ifname(char *name, uint8_t size) const
5656

5757
uint8_t RTW_EMAC::get_hwaddr_size() const
5858
{
59-
return ETHARP_HWADDR_LEN;
59+
return ETH_HWADDR_LEN;
6060
}
6161

6262
bool RTW_EMAC::get_hwaddr(uint8_t *addr) const

0 commit comments

Comments
 (0)