1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Removed trailing whitespace.

This commit is contained in:
mikeller 2020-10-14 22:00:05 +13:00
parent 5bf4f71a6d
commit ab5c7a75be
5 changed files with 26 additions and 26 deletions

View file

@ -141,7 +141,7 @@ static void processGhst(void)
void initGhstTelemetry(void)
{
// If the GHST Rx driver is active, since tx and rx share the same pin, assume telemetry is enabled.
// If the GHST Rx driver is active, since tx and rx share the same pin, assume telemetry is enabled.
ghstTelemetryEnabled = ghstRxIsActive();
if (!ghstTelemetryEnabled) {