Skip to content

Commit c1826d6

Browse files
committed
platform: nordic_nrf: Remove excess S
Sset changed to set. Change-Id: Id308ce67e1d49601dda6987f2bac5db909d6554f Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no> (cherry picked from commit e280ac1bcaee50afa407d7b16671296b0f1e968c)
1 parent e2589b7 commit c1826d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ext/target/nordic_nrf/common/nrf54l15/config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
include(${PLATFORM_PATH}/common/nrf54l/config.cmake)
1010

11-
sset(NRF_SECURE_UART_INSTANCE 30 CACHE STRING "The UART instance number to use for secure UART" FORCE)
11+
set(NRF_SECURE_UART_INSTANCE 30 CACHE STRING "The UART instance number to use for secure UART" FORCE)

0 commit comments

Comments
 (0)