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:
parent
7c2c5eb152
commit
8b0a982931
2 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ bool canUseTelemetryWithCurrentConfiguration(void)
|
|||
return true;
|
||||
}
|
||||
|
||||
void initTelemetry()
|
||||
void telemetryInit()
|
||||
{
|
||||
if (isTelemetryProviderSmartPort()) {
|
||||
telemetryPortIsShared = isSerialPortFunctionShared(FUNCTION_SMARTPORT_TELEMETRY, FUNCTION_MSP);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue