From 518fd1d0c7545ff362be8b4051d455a4e1937712 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 9 Sep 2012 07:36:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4643 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32L1xx/platform.dox | 8 ++++++++ os/hal/platforms/STM32L1xx/stm32_isr.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'os/hal/platforms/STM32L1xx') diff --git a/os/hal/platforms/STM32L1xx/platform.dox b/os/hal/platforms/STM32L1xx/platform.dox index fe845811e..16228f777 100644 --- a/os/hal/platforms/STM32L1xx/platform.dox +++ b/os/hal/platforms/STM32L1xx/platform.dox @@ -294,6 +294,14 @@ * @ingroup STM32L1xx_PLATFORM_DRIVERS */ +/** + * @defgroup STM32L1xx_ISR STM32F1xx ISR Support + * @details This ISR helper driver is used by the other drivers in order to + * map ISR names to physical vector names. + * + * @ingroup STM32L1xx_PLATFORM_DRIVERS + */ + /** * @defgroup STM32L1xx_RCC STM32L1xx RCC Support * @details This RCC helper driver is used by the other drivers in order to diff --git a/os/hal/platforms/STM32L1xx/stm32_isr.h b/os/hal/platforms/STM32L1xx/stm32_isr.h index 84405e367..bbb45141f 100644 --- a/os/hal/platforms/STM32L1xx/stm32_isr.h +++ b/os/hal/platforms/STM32L1xx/stm32_isr.h @@ -19,7 +19,7 @@ */ /** - * @file STM3L1xx/stm32_isr.h + * @file STM32L1xx/stm32_isr.h * @brief ISR remapper driver header. * * @addtogroup STM32L1xx_ISR -- cgit v1.2.3