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:
parent
5bf4f71a6d
commit
ab5c7a75be
5 changed files with 26 additions and 26 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue