Skip to content

Commit

Permalink
[nrfconnect] Fixed missing config for the nrf test driver. (#30474)
Browse files Browse the repository at this point in the history
The missing Kconfig option for the nrf test driver results
in not including the CHIPProjectConfig.h to the build.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Jan 11, 2024
1 parent 770f0ba commit 4b44b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test_driver/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ CONFIG_CHIP_BUILD_TESTS=y
CONFIG_CHIP_ENABLE_DNSSD_SRP=n
CONFIG_CHIP_DEVICE_VENDOR_ID=65521
CONFIG_CHIP_DEVICE_PRODUCT_ID=32768
CONFIG_CHIP_PROJECT_CONFIG="main/include/CHIPProjectConfig.h"

0 comments on commit 4b44b06

Please sign in to comment.