nuttx/rpi io_pins: link to drivers_board for timer_io_channels dependency

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen 2021-11-11 11:34:52 +02:00 committed by Daniel Agar
parent d181fe0cee
commit 68729e8ec0

View File

@ -40,3 +40,5 @@ px4_add_library(arch_io_pins
)
target_compile_options(arch_io_pins PRIVATE ${MAX_CUSTOM_OPT_LEVEL})
target_link_libraries(arch_io_pins PRIVATE drivers_board)