mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
Link with double tap library.
This commit is contained in:
parent
77731e7e01
commit
479a7e7e05
@ -35,6 +35,10 @@ target_compile_definitions(${MICROPY_TARGET} PRIVATE
|
||||
${OMV_BOARD_MODULES_DEFINITIONS}
|
||||
)
|
||||
|
||||
target_link_libraries(${MICROPY_TARGET}
|
||||
pico_bootsel_via_double_reset
|
||||
)
|
||||
|
||||
# Linker script
|
||||
add_custom_command(
|
||||
OUTPUT ${BUILD}/rp2.ld
|
||||
|
Loading…
Reference in New Issue
Block a user