bebop move flow driver to board directory

This commit is contained in:
Daniel Agar
2018-12-01 12:54:41 -05:00
parent 9c29e9d4c9
commit 1efad64f0c
10 changed files with 43 additions and 6 deletions

View File

@@ -62,8 +62,8 @@ else()
target_link_libraries(px4
PRIVATE
${module_libraries}
df_driver_framework
${df_driver_libs}
df_driver_framework
pthread m
)