mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Added new config entry for DF driver entries
DF drivers can now be added in each config file by adding set(config_df_driver_list bmp280 ... ) Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
committed by
Julian Oes
parent
7ed6506406
commit
419f4c49ce
@@ -643,7 +643,6 @@ function(px4_add_common_flags)
|
||||
${CMAKE_BINARY_DIR}/src/modules
|
||||
${CMAKE_SOURCE_DIR}/mavlink/include/mavlink
|
||||
${CMAKE_SOURCE_DIR}/src/lib/DriverFramework/framework/include
|
||||
${CMAKE_SOURCE_DIR}/src/lib/DriverFramework/drivers/imu
|
||||
)
|
||||
|
||||
list(APPEND added_include_dirs
|
||||
|
||||
@@ -93,3 +93,8 @@ set(config_module_list
|
||||
#
|
||||
modules/muorb/adsp
|
||||
)
|
||||
|
||||
set(config_df_driver_list
|
||||
mpu9250
|
||||
bmp280
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user