5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-10 01:48:29 -04:00

Baro: use local include to reduce boilerplate

This commit is contained in:
Andrew Tridgell 2012-12-15 12:53:07 +11:00
parent 07d8690fbe
commit 4a54ffb523

View File

@ -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