summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt2
-rw-r--r--irmp.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index a7f38b4..f9f66a2 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
IRMP - Infrared Multi Protocol Decoder
--------------------------------------
-Version IRMP: 2.6.6 18.09.2014
+Version IRMP: 2.6.7 19.09.2014
Version IRSND: 2.6.4 15.09.2014
Dokumentation:
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