mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Change tabs to spaces and remove trailing whitespace
This commit is contained in:
parent
be5b709af6
commit
9558ae2519
19 changed files with 30 additions and 30 deletions
|
@ -72,7 +72,7 @@ void pwmWriteDigital(uint8_t index, uint16_t value)
|
|||
if (!motor->timerHardware->dmaStream) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
uint16_t packet = (value << 1) | (motor->requestTelemetry ? 1 : 0);
|
||||
motor->requestTelemetry = false; // reset telemetry request to make sure it's triggered only once in a row
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue