Skip to content

Commit

Permalink
samples: bluetooth: event_trigger: Don't build empty_app_core for nRF54H
Browse files Browse the repository at this point in the history
This commit disables building empty_app_core fw when building for
nrf54h20dk/nrf54h20/cpurad. The empty_app_core is not needed in this
case.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
  • Loading branch information
PavelVPV authored and rlubos committed Sep 26, 2024
1 parent 4eff470 commit 2587f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/bluetooth/event_trigger/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#

config NRF_DEFAULT_EMPTY
default y
default y if SOC_SERIES_NRF53X

source "share/sysbuild/Kconfig"

0 comments on commit 2587f1a

Please sign in to comment.