mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Fix unit tests - the tests cannot use a common library of production
since when compiling some test code the idea is to stub out production functionality rather than call production code.
This commit is contained in:
parent
4737f33b19
commit
0070573420
4 changed files with 11 additions and 6 deletions
|
@ -693,9 +693,9 @@ void accSetCalibrationCycles(uint16_t) {}
|
|||
void gyroSetCalibrationCycles(uint16_t) {}
|
||||
void applyAndSaveAccelerometerTrimsDelta(rollAndPitchTrims_t*) {}
|
||||
void handleInflightCalibrationStickPosition(void) {}
|
||||
bool feature(uint32_t) { return false;}
|
||||
bool sensors(uint32_t) { return false;}
|
||||
void mwArm(void) {}
|
||||
void feature(uint32_t) {}
|
||||
void sensors(uint32_t) {}
|
||||
void mwDisarm(void) {}
|
||||
void displayDisablePageCycling() {}
|
||||
void displayEnablePageCycling() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue