Skip to content

Commit 2795f73

Browse files
committed
[nrf noup] [nrfconnect] Disable Zephyr socket extensions
The recvmsg() is now implemented natively in Zephyr, so we are not supposed to define a custom one. Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
1 parent 2d33edf commit 2795f73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform/nrfconnect/SystemPlatformConfig.h

+3
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ struct ChipDeviceEvent;
5252
#endif
5353

5454
// ========== Platform-specific Configuration Overrides =========
55+
56+
// Disable Zephyr Socket extensions module, as the Zephyr RTOS now implements recvmsg()
57+
#define CHIP_SYSTEM_CONFIG_USE_ZEPHYR_SOCKET_EXTENSIONS 0

0 commit comments

Comments
 (0)