Skip to content

Commit b8410d8

Browse files
author
Cruz Monrreal
authored
Merge pull request #10369 from tymoteuszblochmobica/l3_interfacefix
L3IP interface input handler change.
2 parents f56808f + 7d13b75 commit b8410d8

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)