aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:33:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:33:38 +0000
commit01596d8b5e9399d2c4b3e3551cdd3396b4c787bc (patch)
tree8dc8a5f4de0e679e7864a7aeda69fb7c9bf24605 /os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h
parent2eae0014602871fc7b1d9d0b67830d055e15554f (diff)
downloadChibiOS-01596d8b5e9399d2c4b3e3551cdd3396b4c787bc.tar.gz
ChibiOS-01596d8b5e9399d2c4b3e3551cdd3396b4c787bc.tar.bz2
ChibiOS-01596d8b5e9399d2c4b3e3551cdd3396b4c787bc.zip
Fixed bug 3411774.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3367 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h')
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h
index caed49aca..974b59f34 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h
+++ b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h
@@ -92,10 +92,11 @@
#define STM32_MCO_XT1 (10 << 24) /**< XT1 clock on MCO pin. */
#define STM32_MCO_PLL3 (11 << 24) /**< PLL3 clock on MCO pin. */
-#define STM32_RTC_NOCLOCK (0 << 8) /**< No clock */
-#define STM32_RTC_LSE (1 << 8) /**< LSE used as RTC clock */
-#define STM32_RTC_LSI (2 << 8) /**< LSI used as RTC clock */
-#define STM32_RTC_HSE (3 << 8) /**< HSE divided by 128 used as RTC clock */
+#define STM32_RTC_NOCLOCK (0 << 8) /**< No clock. */
+#define STM32_RTC_LSE (1 << 8) /**< LSE used as RTC clock. */
+#define STM32_RTC_LSI (2 << 8) /**< LSI used as RTC clock. */
+#define STM32_RTC_HSE (3 << 8) /**< HSE divided by 128 used as
+ RTC clock. */
/* RCC_CFGR2 register bits definitions.*/
#define STM32_PREDIV1SRC_HSE (0 << 16) /**< PREDIV1 source is HSE. */
@@ -148,7 +149,7 @@
#define USART2_IRQHandler VectorD8 /**< USART2. */
#define USART3_IRQHandler VectorDC /**< USART3. */
#define EXTI15_10_IRQHandler VectorE0 /**< EXTI Line 15..10. */
-#define RTCAlarm_IRQHandler VectorE4 /**< RTC alarm through EXTI
+#define RTC_Alarm_IRQHandler VectorE4 /**< RTC alarm through EXTI
line. */
#define OTG_FS_WKUP_IRQHandler VectorE8 /**< USB OTG FS Wakeup through
EXTI line. */