We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8471f4e commit 9453aecCopy full SHA for 9453aec
features/net/FEATURE_IPV4/lwip-interface/lwip-eth/arch/TARGET_STM/stm32xx_emac.c
@@ -43,6 +43,8 @@ static void _eth_arch_phy_task(void *arg);
43
static err_t _eth_arch_netif_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr);
44
static err_t _eth_arch_low_level_output(struct netif *netif, struct pbuf *p);
45
static struct pbuf * _eth_arch_low_level_input(struct netif *netif);
46
+__weak uint8_t mbed_otp_mac_address(char *mac);
47
+void mbed_default_mac_address(char *mac);
48
49
/**
50
* Ethernet Rx Transfer completed callback
0 commit comments