Updated driver framework repo

This commit is contained in:
Lorenz Meier
2015-11-03 12:52:04 +01:00
parent 4c2bac2431
commit 7faffdc945
2 changed files with 12 additions and 0 deletions
@@ -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 :