Skip to content

Commit

Permalink
Remove stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycake committed Dec 6, 2020
1 parent 1f0fbf6 commit 481d42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/serial_uart_stm32f30x.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void serialUARTInitIO(IO_t txIO, IO_t rxIO, portMode_e mode, portOptions_e optio
((options & SERIAL_INVERTED) || (options & SERIAL_BIDIR_PP)) ? GPIO_OType_PP : GPIO_OType_OD,
(options & SERIAL_INVERTED) ? GPIO_PuPd_DOWN : GPIO_PuPd_UP
);

IOInit(txIO, OWNER_SERIAL_TX, RESOURCE_INDEX(index));
IOConfigGPIOAF(txIO, ioCfg, af);

Expand Down

0 comments on commit 481d42c

Please sign in to comment.