mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
Revert erroneous linking of drivers__device to px4_work_queue
This was a mistake in commit 91b812fc42
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Daniel Agar
parent
a2dc6e63cf
commit
9e999a39be
@@ -56,10 +56,10 @@ px4_add_library(drivers__device
|
||||
# px4_spibus_initialize (stm32_spibus_initialize)
|
||||
if (${PX4_PLATFORM} STREQUAL "nuttx")
|
||||
if (NOT DEFINED CONFIG_BUILD_FLAT)
|
||||
target_link_libraries(drivers__device PRIVATE nuttx_karch)
|
||||
target_link_libraries(drivers__device PRIVATE nuttx_karch)
|
||||
else()
|
||||
target_link_libraries(drivers__device PRIVATE nuttx_arch)
|
||||
target_link_libraries(drivers__device PRIVATE nuttx_arch)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries(drivers__device PRIVATE px4_work_queue)
|
||||
target_link_libraries(drivers__device PRIVATE cdev)
|
||||
|
||||
Reference in New Issue
Block a user