Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelj committed May 11, 2016
1 parent b257e30 commit 6a66272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/unit/ledstrip_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ int scaleRange(int x, int srcMin, int srcMax, int destMin, int destMax) {
bool rcModeIsActive(boxId_e modeId) { return rcModeActivationMask & (1 << modeId); }
bool failsafeIsActive() { return false; }
bool rxIsReceivingSignal() { return true; }
bool sensors(uint32_t mask) { return true; }

uint8_t GPS_numSat;
uint8_t stateFlags;
Expand Down

0 comments on commit 6a66272

Please sign in to comment.