diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-02 17:47:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-02 17:47:34 +0000 |
commit | 31a1ee836b4ad9a49d90cd9627b0492aa8c610f6 (patch) | |
tree | 1fc7bfc6cbde5d2f794805653db2d1a1e8e312cb | |
parent | 495dc2aa45cdb1eeb754ecda88401bf1456caa84 (diff) | |
download | ChibiOS-31a1ee836b4ad9a49d90cd9627b0492aa8c610f6.tar.gz ChibiOS-31a1ee836b4ad9a49d90cd9627b0492aa8c610f6.tar.bz2 ChibiOS-31a1ee836b4ad9a49d90cd9627b0492aa8c610f6.zip |
Fixed bug 3514138.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4074 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32/serial_lld.h | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/serial_lld.h b/os/hal/platforms/STM32/serial_lld.h index 41d10c080..7589da600 100644 --- a/os/hal/platforms/STM32/serial_lld.h +++ b/os/hal/platforms/STM32/serial_lld.h @@ -108,7 +108,7 @@ * @brief USART2 interrupt priority level setting.
*/
#if !defined(STM32_SERIAL_USART2_PRIORITY) || defined(__DOXYGEN__)
-#define STM32_SERIAL_USART2_PRIORITY 12)
+#define STM32_SERIAL_USART2_PRIORITY 12
#endif
/**
diff --git a/readme.txt b/readme.txt index 946cc88f6..d238e47f3 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,8 @@ *****************************************************************************
*** 2.5.0 ***
+- FIX: Fixed spurious ) char in STM32 serial_lld.h (bug 3514138)(backported
+ to 2.2.10 and 2.4.1).
- FIX: Fixed problem with FPU initialization in GCC Cortex-M4 port (bug
3513897)(backported to 2.4.1).
- FIX: Spelling fixes (bug 3510812)(backported to 2.4.1).
|