mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-24 03:40:29 +00:00
8 lines
165 B
CMake
8 lines
165 B
CMake
set(MCU_VARIANT nrf5340_application)
|
|
|
|
function(update_board TARGET)
|
|
target_sources(${TARGET} PRIVATE
|
|
${NRFX_DIR}/drivers/src/nrfx_usbreg.c
|
|
)
|
|
endfunction()
|