From 3445486c675f920d73ad398d77c319d819f29e3a Mon Sep 17 00:00:00 2001 From: Kamil Kasperczyk <66371704+kkasperczyk-no@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:26:22 +0100 Subject: [PATCH] [nrfconnect] Fixed missing config for the nrf test driver. (#30474) The missing Kconfig option for the nrf test driver results in not including the CHIPProjectConfig.h to the build. --- src/test_driver/nrfconnect/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test_driver/nrfconnect/prj.conf b/src/test_driver/nrfconnect/prj.conf index 134b2abe55c7d7..a4af4f769a4c67 100644 --- a/src/test_driver/nrfconnect/prj.conf +++ b/src/test_driver/nrfconnect/prj.conf @@ -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"