summaryrefslogtreecommitdiff
path: root/irmp.c
diff options
context:
space:
mode:
authorukw2014-09-19 13:25:18 +0000
committerukw2014-09-19 13:25:18 +0000
commit327b855b93f9938b2db9ecf6ca60f9c23410a3fc (patch)
tree9943be4ac4fb4a3d951507034aeeb3121c7fd0ec /irmp.c
parent9045767c74f85bf4b752b6b2f5ac9d2a1da58523 (diff)
downloadirmp-327b855b93f9938b2db9ecf6ca60f9c23410a3fc.zip
Version 2.6.7: corrected minor bug: missing newline before #else
git-svn-id: svn://mikrocontroller.net/irmp@149 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
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