1
0
Fork 0
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:
Dominic Clifton 2014-04-07 22:31:20 +01:00
parent 9b86d0d833
commit c26d6362b1
2 changed files with 12 additions and 13 deletions

View file

@ -12,6 +12,5 @@
void initTelemetry(void);
void checkTelemetryState(void);
void handleTelemetry(void);
bool isTelemetryEnabled(void);
#endif /* TELEMETRY_COMMON_H_ */