mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Rename some telemetry variables and methods to better indicate the
intent of the code and thus the readability and maintainability of it.
This commit is contained in:
parent
9b86d0d833
commit
c26d6362b1
2 changed files with 12 additions and 13 deletions
|
@ -12,6 +12,5 @@
|
|||
void initTelemetry(void);
|
||||
void checkTelemetryState(void);
|
||||
void handleTelemetry(void);
|
||||
bool isTelemetryEnabled(void);
|
||||
|
||||
#endif /* TELEMETRY_COMMON_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue