commit | 4d01228193d657b7c035b2d45da0b444141aea46 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed May 07 15:09:29 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri May 09 18:00:14 2025 +0200 |
tree | 20f9166fb19cb612425b420412f507c896a43809 | |
parent | d745689fe7d5d2353285dedb367a70ff070c14c0 [diff] |
net: mqtt_sn: Use zsock_inet_ntop instead of inet_ntop Use zsock_inet_ntop() instead of inet_ntop() to avoid dependency to the POSIX subsystem in the library. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>