Adds pressure sensor driver to the build and modifies the configuration file to get the associated driver loaded.

This commit is contained in:
jwilson
2016-04-26 15:01:54 -07:00
committed by Lorenz Meier
parent 29c5c25f47
commit eb89cddea3
4 changed files with 66 additions and 60 deletions
@@ -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
)