Merge pull request #10369 from tymoteuszblochmobica/l3_interfacefix

L3IP interface input handler change.
pull/10385/head
Cruz Monrreal 2019-04-11 20:21:20 -05:00 committed by GitHub
commit b8410d85ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ nsapi_error_t LWIP::add_l3ip_interface(L3IP &l3ip, bool default_if, OnboardNetwo
#if LWIP_IPV4 #if LWIP_IPV4
0, 0, 0, 0, 0, 0,
#endif #endif
interface, &LWIP::Interface::l3ip_if_init, ip_input)) { interface, &LWIP::Interface::l3ip_if_init, tcpip_input)) {
return NSAPI_ERROR_DEVICE_ERROR; return NSAPI_ERROR_DEVICE_ERROR;
} }