mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
Adds pressure sensor driver to the build and modifies the configuration file to get the associated driver loaded.
This commit is contained in:
@@ -41,6 +41,7 @@ set(config_module_list
|
||||
#
|
||||
drivers/device
|
||||
modules/sensors
|
||||
platforms/posix/drivers/df_bmp280_wrapper
|
||||
${EAGLE_DRIVERS_SRC}/mpu_spi
|
||||
${EAGLE_DRIVERS_SRC}/uart_esc
|
||||
${EAGLE_DRIVERS_SRC}/rc_receiver
|
||||
@@ -99,3 +100,7 @@ set(config_module_list
|
||||
#
|
||||
modules/muorb/adsp
|
||||
)
|
||||
|
||||
set(config_df_driver_list
|
||||
bmp280
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user