summaryrefslogtreecommitdiffstats
path: root/app/usart.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/usart.c')
-rw-r--r--app/usart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/usart.c b/app/usart.c
index 29a2978..163fe4f 100644
--- a/app/usart.c
+++ b/app/usart.c
@@ -105,8 +105,8 @@ usart_init (void)
nvic_enable_irq (NVIC_USART1_IRQ);
/* Map pins, and usart1 to have pull ups */
- MAP_AF_PP(USART1_TX);
- MAP_INPUT_PU(USART1_RX);
+ MAP_AF_PP (USART1_TX);
+ MAP_INPUT_PU (USART1_RX);
/* Setup UART1 parameters. */