commit | 87ee12ae7238e685324a89e18c85d1af099264e2 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Jul 12 15:24:34 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jul 17 17:21:33 2023 -0400 |
tree | 7248667ca2ed0a09341b15bef9cdd9b6f34123d5 | |
parent | 1f1f550ad69e46afa1719d6b63e8273bb4b8771c [diff] |
samples: net: echo_client: Fix build with UDP disabled In case UDP is disabled, init_udp() is not compiled and the build fails. Fix this, by providing dummy implementations for UDP functions, in case UDP is disabled. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>