mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixed tests, replaced hyphen with NC
This commit is contained in:
parent
aad83f5705
commit
c56d81457f
3 changed files with 3 additions and 1 deletions
|
@ -1242,6 +1242,7 @@ extern "C" {
|
|||
bool pidOsdAntiGravityActive(void) { return false; }
|
||||
bool failsafeIsActive(void) { return false; }
|
||||
bool gpsRescueIsConfigured(void) { return false; }
|
||||
bool gpsIsHealthy(void) { return true; }
|
||||
int8_t calculateThrottlePercent(void) { return 0; }
|
||||
uint32_t persistentObjectRead(persistentObjectId_e) { return 0; }
|
||||
void persistentObjectWrite(persistentObjectId_e, uint32_t) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue