Skip to content

Commit

Permalink
Merge pull request #94 from pan-apple/nrf5-platform
Browse files Browse the repository at this point in the history
Fix inet build for lwip support
  • Loading branch information
woody-apple authored Mar 23, 2020
2 parents e089d3f + a529b26 commit c998cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/InetInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ INET_ERROR InterfaceIterator::GetInterfaceName(char * nameBuf, size_t nameBufSiz
#endif // CHIP_SYSTEM_CONFIG_USE_SOCKETS

#if CHIP_SYSTEM_CONFIG_USE_LWIP
err = ::Inet::GetInterfaceName(mCurNetif, nameBuf, nameBufSize);
err = ::chip::Inet::GetInterfaceName(mCurNetif, nameBuf, nameBufSize);
#endif // CHIP_SYSTEM_CONFIG_USE_LWIP

exit:
Expand Down

0 comments on commit c998cd7

Please sign in to comment.