mirror of https://github.com/ArduPilot/ardupilot
AP_Baro: Group device headers
This commit is contained in:
parent
1a2d940330
commit
80b1a07de3
|
@ -34,6 +34,8 @@
|
|||
#include "AP_Baro_SITL.h"
|
||||
#include "AP_Baro_BMP085.h"
|
||||
#include "AP_Baro_BMP280.h"
|
||||
#include "AP_Baro_BMP388.h"
|
||||
#include "AP_Baro_BMP581.h"
|
||||
#include "AP_Baro_SPL06.h"
|
||||
#include "AP_Baro_KellerLD.h"
|
||||
#include "AP_Baro_MS5611.h"
|
||||
|
@ -41,14 +43,12 @@
|
|||
#include "AP_Baro_LPS2XH.h"
|
||||
#include "AP_Baro_FBM320.h"
|
||||
#include "AP_Baro_DPS280.h"
|
||||
#include "AP_Baro_BMP388.h"
|
||||
#include "AP_Baro_Dummy.h"
|
||||
#include "AP_Baro_DroneCAN.h"
|
||||
#include "AP_Baro_MSP.h"
|
||||
#include "AP_Baro_ExternalAHRS.h"
|
||||
#include "AP_Baro_ICP101XX.h"
|
||||
#include "AP_Baro_ICP201XX.h"
|
||||
#include "AP_Baro_BMP581.h"
|
||||
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
|
|
Loading…
Reference in New Issue