diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:49:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:49:19 +0000 |
commit | de03255a5cb3ddd0af00e3af96fb6bfdc21d24ec (patch) | |
tree | a3fc35a0a321c1e11e1981c1761c616bf6824acd | |
parent | dfe62fbbe0e3503e929469747b8021689c723b3a (diff) | |
download | ChibiOS-de03255a5cb3ddd0af00e3af96fb6bfdc21d24ec.tar.gz ChibiOS-de03255a5cb3ddd0af00e3af96fb6bfdc21d24ec.tar.bz2 ChibiOS-de03255a5cb3ddd0af00e3af96fb6bfdc21d24ec.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4645 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32F2xx/platform.dox | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32F4xx/platform.dox | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32L1xx/platform.dox | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32F2xx/platform.dox b/os/hal/platforms/STM32F2xx/platform.dox index 35d865d9f..b3b01609b 100644 --- a/os/hal/platforms/STM32F2xx/platform.dox +++ b/os/hal/platforms/STM32F2xx/platform.dox @@ -343,7 +343,7 @@ */
/**
- * @defgroup STM32F2xx_ISR STM32F1xx ISR Support
+ * @defgroup STM32F2xx_ISR STM32F2xx ISR Support
* @details This ISR helper driver is used by the other drivers in order to
* map ISR names to physical vector names.
*
diff --git a/os/hal/platforms/STM32F4xx/platform.dox b/os/hal/platforms/STM32F4xx/platform.dox index 36711c257..20ddb4855 100644 --- a/os/hal/platforms/STM32F4xx/platform.dox +++ b/os/hal/platforms/STM32F4xx/platform.dox @@ -343,7 +343,7 @@ */
/**
- * @defgroup STM32F1xx_ISR STM32F4xx ISR Support
+ * @defgroup STM32F4xx_ISR STM32F4xx ISR Support
* @details This ISR helper driver is used by the other drivers in order to
* map ISR names to physical vector names.
*
diff --git a/os/hal/platforms/STM32L1xx/platform.dox b/os/hal/platforms/STM32L1xx/platform.dox index 16228f777..6b2b26a42 100644 --- a/os/hal/platforms/STM32L1xx/platform.dox +++ b/os/hal/platforms/STM32L1xx/platform.dox @@ -295,7 +295,7 @@ */
/**
- * @defgroup STM32L1xx_ISR STM32F1xx ISR Support
+ * @defgroup STM32L1xx_ISR STM32L1xx ISR Support
* @details This ISR helper driver is used by the other drivers in order to
* map ISR names to physical vector names.
*
|