1
0
Fork 0
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:
Martin Budden 2016-12-01 18:11:52 +00:00
parent be5b709af6
commit 9558ae2519
19 changed files with 30 additions and 30 deletions

View file

@ -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