Browse Source

bootloader: link stm bootloaders to nuttx_arch for flash functions

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
master
Jukka Laitinen 4 years ago committed by Daniel Agar
parent
commit
e959fcf9d1
  1. 1
      platforms/nuttx/src/bootloader/stm/stm32_common/CMakeLists.txt

1
platforms/nuttx/src/bootloader/stm/stm32_common/CMakeLists.txt

@ -39,4 +39,5 @@ px4_add_library(arch_bootloader @@ -39,4 +39,5 @@ px4_add_library(arch_bootloader
target_link_libraries(arch_bootloader
PRIVATE
bootloader_lib
nuttx_arch
)

Loading…
Cancel
Save