aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-02 17:47:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-02 17:47:34 +0000
commit31a1ee836b4ad9a49d90cd9627b0492aa8c610f6 (patch)
tree1fc7bfc6cbde5d2f794805653db2d1a1e8e312cb /os/hal
parent495dc2aa45cdb1eeb754ecda88401bf1456caa84 (diff)
downloadChibiOS-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
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/STM32/serial_lld.h2
1 files changed, 1 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
/**