mirror of https://github.com/ArduPilot/ardupilot
Baro: use local include to reduce boilerplate
This commit is contained in:
parent
07d8690fbe
commit
4a54ffb523
|
@ -4,7 +4,7 @@
|
|||
|
||||
#define PRESS_FILTER_SIZE 2
|
||||
|
||||
#include <AP_Baro.h>
|
||||
#include "AP_Baro.h"
|
||||
#include <AverageFilter.h>
|
||||
|
||||
class AP_Baro_BMP085 : public AP_Baro
|
||||
|
|
Loading…
Reference in New Issue