Skip to content

Commit 7d13b75

Browse files
L3IP input now use tcpip_input instead of ip_input
1 parent ffe9ddf commit 7d13b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/lwipstack/LWIPInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ nsapi_error_t LWIP::add_l3ip_interface(L3IP &l3ip, bool default_if, OnboardNetwo
467467
#if LWIP_IPV4
468468
0, 0, 0,
469469
#endif
470-
interface, &LWIP::Interface::l3ip_if_init, ip_input)) {
470+
interface, &LWIP::Interface::l3ip_if_init, tcpip_input)) {
471471
return NSAPI_ERROR_DEVICE_ERROR;
472472
}
473473

0 commit comments

Comments
 (0)