Skip to content

Commit

Permalink
samples: hello_world: fix build
Browse files Browse the repository at this point in the history
It failed due to the Kconfig warning
"BOARD_ENABLE_CPUNET defined without a type".

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
  • Loading branch information
tomi-font authored and jfischer-no committed Nov 21, 2023
1 parent 4a3205f commit fd9ee6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/multicore/hello_world/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
source "Kconfig.zephyr"

config BOARD_ENABLE_CPUNET
bool
default y if (BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS)

0 comments on commit fd9ee6b

Please sign in to comment.