1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Adding debug declaration to allow imu unit tests to compile.

This commit is contained in:
Dominic Clifton 2014-07-08 13:27:49 +01:00
parent 0f47c7e2be
commit f5baefea5b

View file

@ -88,6 +88,8 @@ flags_t f;
gyro_t gyro;
int16_t magADC[XYZ_AXIS_COUNT];
int32_t BaroAlt;
int16_t debug[4];
void gyroGetADC(void) {};
bool sensors(uint32_t mask)