1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Improve code consistency by using function prefixes for telemetry

functions.

PR's to make similar changes to other non-static functions are welcomed.
This commit is contained in:
Dominic Clifton 2015-06-24 20:25:31 +01:00
parent 1673ad8b07
commit e5a50654e3
9 changed files with 34 additions and 29 deletions

View file

@ -224,7 +224,7 @@ bool sensors(uint32_t mask) {
return false;
}
bool determineNewTelemetryEnabledState(portSharing_e) {
bool telemetryDetermineEnabledState(portSharing_e) {
return true;
}