mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Merge pull request #11184 from daleckystepan/fix-cli-unittest
Fix cli unit test on Clang 13
This commit is contained in:
commit
89a77cb80f
2 changed files with 4 additions and 7 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue