Skip to content

Commit 9453aec

Browse files
committed
Patch for GCC and IAR compilation
1 parent 8471f4e commit 9453aec

File tree

1 file changed

+2
-0
lines changed
  • features/net/FEATURE_IPV4/lwip-interface/lwip-eth/arch/TARGET_STM

1 file changed

+2
-0
lines changed

features/net/FEATURE_IPV4/lwip-interface/lwip-eth/arch/TARGET_STM/stm32xx_emac.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ static void _eth_arch_phy_task(void *arg);
4343
static err_t _eth_arch_netif_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr);
4444
static err_t _eth_arch_low_level_output(struct netif *netif, struct pbuf *p);
4545
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);
4648

4749
/**
4850
* Ethernet Rx Transfer completed callback

0 commit comments

Comments
 (0)