Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ config NET_BUF_RX_COUNT
config NET_BUF_TX_COUNT
default 16

config NET_SOCKETS_POLL_MAX
config ZVFS_POLL_MAX
default 6 if CHIP_WIFI

endif # NETWORKING
Expand Down
4 changes: 2 additions & 2 deletions src/platform/nrfconnect/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#pragma once

#ifndef CONFIG_CHIP_DEVICE_SOFTWARE_VERSION
#include "app_version.h"
#include <zephyr/app_version.h>
#endif
#include "autoconf.h"
#include <zephyr/autoconf.h>

// ==================== Platform Adaptations ====================

Expand Down
Loading