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

Fixed unittest compile warnings caused by inconsistant data types.

This commit is contained in:
Anders Hoglund 2017-12-11 01:19:00 +01:00
parent e992221848
commit e42d74926a
4 changed files with 5 additions and 7 deletions

View file

@ -198,7 +198,7 @@ TEST(FlightImuTest, TestSmallAngle)
// STUBS
extern "C" {
uint32_t rcModeActivationMask;
boxBitmask_t rcModeActivationMask;
float rcCommand[4];
int16_t rcData[MAX_SUPPORTED_RC_CHANNEL_COUNT];