From d25f85f0ea9b8340a9f16000c43f218a34e56477 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 16 May 2012 19:33:53 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4203 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F0xx/hal_lld.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/platforms/STM32F0xx/hal_lld.h b/os/hal/platforms/STM32F0xx/hal_lld.h index 1689c24e2..fa5f3195b 100644 --- a/os/hal/platforms/STM32F0xx/hal_lld.h +++ b/os/hal/platforms/STM32F0xx/hal_lld.h @@ -354,7 +354,8 @@ #define WWDG_IRQHandler Vector40 /**< Window Watchdog. */ #define PVD_IRQHandler Vector44 /**< PVD through EXTI Line detect. */ -#define RTC_IRQHandler Vector48 /**< RTC. */ +#define RTC_IRQHandler Vector48 /**< RTC through EXTI Line + Interrupt. */ #define FLASH_IRQHandler Vector4C /**< Flash. */ #define RCC_IRQHandler Vector50 /**< RCC. */ #define EXTI0_1_IRQHandler Vector54 /**< EXTI Line 0..1. */ -- cgit v1.2.3