Skip to content

Commit 98853ef

Browse files
nordicjmdanieldegrasse
authored andcommitted
boards: nordic: nrf54l15dk: Fix wrong indent
Fixes an indent which wrongly used a tab instead of 2 spaces Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 3fd1335 commit 98853ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54l15dk/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
if(CONFIG_SOC_NRF54L05_CPUAPP OR CONFIG_SOC_NRF54L10_CPUAPP OR CONFIG_SOC_NRF54L15_CPUAPP)
5-
board_runner_args(jlink "--device=nRF54L15_M33" "--speed=4000")
5+
board_runner_args(jlink "--device=nRF54L15_M33" "--speed=4000")
66
elseif(CONFIG_SOC_NRF54L15_CPUFLPR)
77
board_runner_args(jlink "--device=nRF54L15_RV32")
88
elseif(CONFIG_SOC_NRF54L05_CPUFLPR OR CONFIG_SOC_NRF54L10_CPUFLPR)

0 commit comments

Comments
 (0)