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:
parent
0f47c7e2be
commit
f5baefea5b
1 changed files with 115 additions and 113 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue