1
0
Fork 0
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:
Tony Cabello Miguel 2021-05-05 08:55:50 +02:00
parent aad83f5705
commit c56d81457f
3 changed files with 3 additions and 1 deletions

View file

@ -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) {}