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:
parent
1673ad8b07
commit
e5a50654e3
9 changed files with 34 additions and 29 deletions
|
@ -224,7 +224,7 @@ bool sensors(uint32_t mask) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool determineNewTelemetryEnabledState(portSharing_e) {
|
||||
bool telemetryDetermineEnabledState(portSharing_e) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue