mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Fixes from review.
This commit is contained in:
parent
817bb2ed86
commit
feaa082ac3
4 changed files with 9 additions and 8 deletions
|
@ -312,7 +312,7 @@ bool telemetryCheckRxPortShared(const serialPortConfig_t *) {return true;}
|
|||
|
||||
portSharing_e determinePortSharing(const serialPortConfig_t *, serialPortFunction_e) {return PORTSHARING_NOT_SHARED;}
|
||||
|
||||
bool isAirmodeActive(void) {return airMode;}
|
||||
bool airmodeIsEnabled(void) {return airMode;}
|
||||
|
||||
int32_t getAmperage(void) {
|
||||
return testAmperage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue