summaryrefslogtreecommitdiff
path: root/irmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'irmp.c')
-rw-r--r--irmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/irmp.c b/irmp.c
index d4d038f..e939969 100644
--- a/irmp.c
+++ b/irmp.c
@@ -740,7 +740,8 @@ irmp_uart_init (void)
USART_Init(STM32_UART_COM, &USART_InitStructure);
// UART enable
- USART_Cmd(STM32_UART_COM, ENABLE);#else
+ USART_Cmd(STM32_UART_COM, ENABLE);
+#else
#if (IRMP_EXT_LOGGING == 0) // use UART
UART0_UBRRH = UBRRH_VALUE; // set baud rate