mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Whitespace cleanup
Misplaced whitespace fixed, no functional changes
This commit is contained in:
parent
bfe2410e1c
commit
57c308538f
6 changed files with 18 additions and 25 deletions
|
@ -110,7 +110,6 @@ serialPort_t *uartOpen(USART_TypeDef *USARTx, serialReceiveCallbackPtr callback,
|
|||
|
||||
uartReconfigure(s);
|
||||
|
||||
|
||||
// Receive DMA or IRQ
|
||||
DMA_InitTypeDef DMA_InitStructure;
|
||||
if ((mode & MODE_RX) || (mode & MODE_BIDIR)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue