mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
Add READYBOARD_NO_BARO optional define to cause estimator.h not to include baro header
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user