mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Update unit tests.
This commit is contained in:
parent
05be7c922c
commit
5b3d86e966
8 changed files with 30 additions and 18 deletions
|
@ -84,12 +84,17 @@ TEST(FlightImuTest, IsThrustFacingDownwards)
|
|||
|
||||
uint16_t acc_1G;
|
||||
int16_t heading;
|
||||
flags_t f;
|
||||
gyro_t gyro;
|
||||
int16_t magADC[XYZ_AXIS_COUNT];
|
||||
int32_t BaroAlt;
|
||||
int16_t debug[4];
|
||||
|
||||
uint8_t stateFlags;
|
||||
uint16_t flightModeFlags;
|
||||
uint8_t armingFlags;
|
||||
|
||||
int32_t sonarAlt;
|
||||
|
||||
|
||||
void gyroGetADC(void) {};
|
||||
bool sensors(uint32_t mask)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue