mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
Link arch_spi with drivers_board
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Daniel Agar
parent
51ceb9a85e
commit
54f1e12684
@@ -35,3 +35,5 @@ px4_add_library(arch_spi
|
|||||||
spi.cpp
|
spi.cpp
|
||||||
)
|
)
|
||||||
target_compile_options(arch_spi PRIVATE ${MAX_CUSTOM_OPT_LEVEL})
|
target_compile_options(arch_spi PRIVATE ${MAX_CUSTOM_OPT_LEVEL})
|
||||||
|
|
||||||
|
target_link_libraries (arch_spi PRIVATE drivers_board) # px4_spi_buses
|
||||||
|
|||||||
Reference in New Issue
Block a user