diff options
| author | HiFiPhile <[email protected]> | 2024-11-30 22:26:33 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-11-30 22:26:33 +0100 |
| commit | f934224351ea4bc14086fb113dc05a5ded707405 (patch) | |
| tree | 05b2baf11cddca9e0ac0cf05f0fe1dedc4000951 /hw/bsp/ra | |
| parent | 0bca377d5210833ac259db6ed9d7d96c724f3e6e (diff) | |
Fix cmake options.
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'hw/bsp/ra')
| -rw-r--r-- | hw/bsp/ra/family.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/bsp/ra/family.cmake b/hw/bsp/ra/family.cmake index a73c7239d..a685d4118 100644 --- a/hw/bsp/ra/family.cmake +++ b/hw/bsp/ra/family.cmake @@ -124,11 +124,10 @@ function(family_configure_example TARGET RTOS) target_link_libraries(${TARGET} PUBLIC board_${BOARD} ${TARGET}-tinyusb) # Flashing - family_add_bin_hex(${TARGET}) family_flash_jlink(${TARGET}) + family_add_bin_hex(${TARGET}) if (DEFINED DFU_UTIL_VID_PID) - family_add_bin_hex(${TARGET}) family_flash_dfu_util(${TARGET} ${DFU_UTIL_VID_PID}) endif () endfunction() |
