mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Whitespace cleanup
This commit is contained in:
parent
1127d8cc63
commit
c525213355
1 changed files with 2 additions and 3 deletions
|
@ -70,7 +70,7 @@ static void softSerialGPIOConfig(GPIO_TypeDef *gpio, uint16_t pin, GPIO_Mode mod
|
|||
void serialInputPortConfig(const timerHardware_t *timerHardwarePtr)
|
||||
{
|
||||
softSerialGPIOConfig(timerHardwarePtr->gpio, timerHardwarePtr->pin, Mode_IPU);
|
||||
}
|
||||
}
|
||||
|
||||
#define TICKS_PER_BIT 3
|
||||
|
||||
|
@ -194,7 +194,7 @@ void processRxState(softSerial_t *softSerial)
|
|||
|
||||
if (--softSerial->timerRxCounter > 0) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (softSerial->isSearchingForStartBit) {
|
||||
searchForStartBit(softSerial);
|
||||
|
@ -321,4 +321,3 @@ const struct serialPortVTable softSerialVTable[] = {
|
|||
isSoftSerialTransmitBufferEmpty
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue