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:
Jukka Laitinen
2021-11-11 12:07:17 +02:00
committed by Daniel Agar
parent 68729e8ec0
commit 700c13cdff
10 changed files with 0 additions and 11 deletions
@@ -63,6 +63,5 @@ else()
nuttx_arch
nuttx_drivers
px4_layer
arch_io_pins
)
endif()