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

Telemetry naming cleanup.

This commit is contained in:
Dominic Clifton 2015-01-31 22:12:11 +01:00
parent 7c2c5eb152
commit 8b0a982931
2 changed files with 3 additions and 3 deletions

View file

@ -95,7 +95,7 @@ bool canUseTelemetryWithCurrentConfiguration(void)
return true;
}
void initTelemetry()
void telemetryInit()
{
if (isTelemetryProviderSmartPort()) {
telemetryPortIsShared = isSerialPortFunctionShared(FUNCTION_SMARTPORT_TELEMETRY, FUNCTION_MSP);