summaryrefslogtreecommitdiff
path: root/hw/bsp/nrf/boards
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-01-23 17:10:01 +0700
committerhathach <[email protected]>2025-01-23 17:10:48 +0700
commit31071ccf0e27cc8b77ddb41417665ea82b2b9b35 (patch)
treeb57770b93a442a7cebc0ce9a2d4a5ef268c8dce9 /hw/bsp/nrf/boards
parent6080f89f3daae50344e21accf972061240f55ccd (diff)
kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR
Diffstat (limited to 'hw/bsp/nrf/boards')
-rw-r--r--hw/bsp/nrf/boards/pca10095/board.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/nrf/boards/pca10095/board.cmake b/hw/bsp/nrf/boards/pca10095/board.cmake
index 95dd30969..6d183dde6 100644
--- a/hw/bsp/nrf/boards/pca10095/board.cmake
+++ b/hw/bsp/nrf/boards/pca10095/board.cmake
@@ -2,6 +2,6 @@ set(MCU_VARIANT nrf5340_application)
function(update_board TARGET)
target_sources(${TARGET} PRIVATE
- ${NRFX_DIR}/drivers/src/nrfx_usbreg.c
+ ${NRFX_PATH}/drivers/src/nrfx_usbreg.c
)
endfunction()