diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-13 13:14:18 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-13 13:14:18 +0000 |
commit | 8a2c400dba03a9eb76ccba3af53161f111aea74f (patch) | |
tree | 2eb1abd1430becb0fa3975f064f9859ce732daf1 /os/hal/ports/STM32/STM32L1xx | |
parent | 90a2b166cbcb5ca9a9110d579de30dac804e2f12 (diff) | |
download | ChibiOS-8a2c400dba03a9eb76ccba3af53161f111aea74f.tar.gz ChibiOS-8a2c400dba03a9eb76ccba3af53161f111aea74f.tar.bz2 ChibiOS-8a2c400dba03a9eb76ccba3af53161f111aea74f.zip |
Added support for UART4 and UART5 in STM32L1xx Category 5 devices
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9477 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L1xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L1xx/stm32_isr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L1xx/stm32_isr.h b/os/hal/ports/STM32/STM32L1xx/stm32_isr.h index 7275c3a4f..8c803d093 100644 --- a/os/hal/ports/STM32/STM32L1xx/stm32_isr.h +++ b/os/hal/ports/STM32/STM32L1xx/stm32_isr.h @@ -76,7 +76,7 @@ #define STM32_USART2_HANDLER VectorD8
#define STM32_USART3_HANDLER VectorDC
#define STM32_UART4_HANDLER Vector100
-#define STM32_UART5_HANDLER Vector105
+#define STM32_UART5_HANDLER Vector104
#define STM32_USART1_NUMBER 37
#define STM32_USART2_NUMBER 38
|