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>
This commit is contained in:
Jamie McCrae 2025-06-26 09:24:47 +01:00 committed by Daniel DeGrasse
parent 3fd1335457
commit 98853ef498

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_SOC_NRF54L05_CPUAPP OR CONFIG_SOC_NRF54L10_CPUAPP OR CONFIG_SOC_NRF54L15_CPUAPP)
board_runner_args(jlink "--device=nRF54L15_M33" "--speed=4000")
board_runner_args(jlink "--device=nRF54L15_M33" "--speed=4000")
elseif(CONFIG_SOC_NRF54L15_CPUFLPR)
board_runner_args(jlink "--device=nRF54L15_RV32")
elseif(CONFIG_SOC_NRF54L05_CPUFLPR OR CONFIG_SOC_NRF54L10_CPUFLPR)