Skip to content

Commit

Permalink
[Telink} Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Oct 8, 2023
1 parent da127c4 commit fd92f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/platform/nrfconnect/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
#define CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING CONFIG_CHIP_DEVICE_SOFTWARE_VERSION_STRING
#endif

#ifndef CONFIG_NET_L2_OPENTHREAD
#define CONFIG_NET_L2_OPENTHREAD 0
#endif

#ifdef CONFIG_NET_L2_OPENTHREAD
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD CONFIG_NET_L2_OPENTHREAD
#else
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD 0
#endif

#ifndef CONFIG_WIFI_NRF700X
#define CONFIG_WIFI_NRF700X 0
Expand Down

0 comments on commit fd92f77

Please sign in to comment.