mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 19:30:35 +08:00
Updated driver framework repo
This commit is contained in:
@@ -40,5 +40,11 @@ px4_add_module(
|
||||
DEPENDS
|
||||
platforms__common
|
||||
git_driverframework
|
||||
df_driver_framework
|
||||
)
|
||||
|
||||
target_link_libraries(platforms__posix__drivers__adcsim
|
||||
df_driver_framework
|
||||
)
|
||||
|
||||
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
||||
|
||||
@@ -41,5 +41,11 @@ px4_add_module(
|
||||
DEPENDS
|
||||
platforms__common
|
||||
git_driverframework
|
||||
df_driver_framework
|
||||
)
|
||||
|
||||
target_link_libraries(platforms__posix__drivers__gyrosim
|
||||
df_driver_framework
|
||||
)
|
||||
|
||||
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
|
||||
|
||||
Reference in New Issue
Block a user