Add READYBOARD_NO_BARO optional define to cause estimator.h not to include baro header

This commit is contained in:
Allen Ibara
2009-06-24 19:56:19 +00:00
parent a33011605e
commit ea49f311a1
+2
View File
@@ -32,7 +32,9 @@
#include <inttypes.h>
#include "std.h"
#ifndef READYBOARD_NO_BARO
#include "baro_MS5534A.h"
#endif
/* position in meters */
extern float estimator_x;