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
1 changed files with 1 additions and 1 deletions

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