mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
Remove linking of arch_io_pins into drivers_board
This goes the other way around; arch_io_pins is using the pin definitions from drivers_board, so the drivers_board needs to be linked into arch_io_pins Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Daniel Agar
parent
68729e8ec0
commit
700c13cdff
@@ -48,5 +48,4 @@ target_link_libraries(drivers_board
|
||||
nuttx_arch # sdio
|
||||
nuttx_drivers # sdio
|
||||
px4_layer
|
||||
arch_io_pins
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user