1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Fix cli unit test on some platform

This commit is contained in:
Štěpán Dalecký 2021-12-28 13:57:37 +01:00
parent 81a3c53b1c
commit 887e06ca35
2 changed files with 4 additions and 7 deletions

View file

@ -241,9 +241,7 @@ const box_t *findBoxByBoxId(boxId_e) { return &boxes[0]; }
int8_t unitTestDataArray[3];
void pgResetFn_unitTestData(int8_t *ptr) {
ptr = &unitTestDataArray[0];
}
void pgResetFn_unitTestData(int8_t *) {}
uint32_t getBeeperOffMask(void) { return 0; }
uint32_t getPreferredBeeperOffMask(void) { return 0; }