mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Add df_ms5607_wrapper (a renamed copy from BMP280)
This commit is contained in:
committed by
Lorenz Meier
parent
696a378120
commit
52d8723d55
@@ -20,6 +20,7 @@ set(config_module_list
|
||||
#
|
||||
drivers/device
|
||||
modules/sensors
|
||||
platforms/posix/drivers/df_ms5607_wrapper
|
||||
|
||||
#
|
||||
# System commands
|
||||
@@ -94,3 +95,7 @@ set(config_module_list
|
||||
platforms/posix/px4_layer
|
||||
platforms/posix/work_queue
|
||||
)
|
||||
|
||||
set(config_df_driver_list
|
||||
ms5607
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user