samples: Replace nRF54H20 PDK with nRF54H20 DK
nRF54H20 PDK is superseded by nRF54H20 DK and will no longer be supported. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
d0ce78f230
commit
7cda16528c
12 changed files with 15 additions and 15 deletions
|
@ -18,7 +18,7 @@ if(("${BOARD}" STREQUAL "nrf5340dk") OR
|
|||
("${BOARD}" STREQUAL "mimxrt1170_evk") OR
|
||||
("${BOARD}" STREQUAL "mimxrt1160_evk") OR
|
||||
("${BOARD}" STREQUAL "lpcxpresso55s69") OR
|
||||
("${BOARD}" STREQUAL "nrf54h20pdk"))
|
||||
("${BOARD}" STREQUAL "nrf54h20dk"))
|
||||
message(STATUS "${BOARD} compile as Main in this sample")
|
||||
else()
|
||||
message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue