summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-10 21:17:46 +0700
committerhathach <[email protected]>2026-04-10 21:17:46 +0700
commitb2b498f17e403b006943ca15d9884b4f596eacfb (patch)
tree965ebb346493ea011bc26f230388e50a68a9bc58 /hw
parentde59d95c325e9776d344e7e6272bd79335184ae2 (diff)
clean up
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/nrf/boards/nrf54lm20dk/board.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/bsp/nrf/boards/nrf54lm20dk/board.cmake b/hw/bsp/nrf/boards/nrf54lm20dk/board.cmake
index fb0ccdfdf..8c2b83346 100644
--- a/hw/bsp/nrf/boards/nrf54lm20dk/board.cmake
+++ b/hw/bsp/nrf/boards/nrf54lm20dk/board.cmake
@@ -5,7 +5,4 @@ function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
CFG_EXAMPLE_VIDEO_READONLY
)
- target_sources(${TARGET} PRIVATE
-# ${NRFX_PATH}/drivers/src/nrfx_usbreg.c
- )
endfunction()