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.
2 parents db0f497 + d3dc0c0 commit be88208Copy full SHA for be88208
examples/networking/coap/nanocoap_server/Makefile
@@ -27,7 +27,6 @@ else
27
28
USEMODULE += lwip_arp
29
USEMODULE += lwip_ipv4
30
- USEMODULE += netdev_legacy_api
31
32
# If this module will be disabled, example set IPv4 192.168.100.150 address.
33
USEMODULE += lwip_dhcp_auto
examples/networking/coap/nanocoap_server/main.c
@@ -53,7 +53,7 @@ int main(void)
53
#define _TEST_ADDR4_MASK (0x00ffffffU) /* 255.255.255.0 */
54
55
sys_lock_tcpip_core();
56
- struct netif *iface = netif_find("ET0aa");
+ struct netif *iface = netif_find("ET0");
57
58
#ifndef MODULE_LWIP_DHCP_AUTO
59
ip4_addr_t ip, subnet;
0 commit comments