diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:19:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:19:41 +0000 |
commit | 2bbff3550ae8da2da5b83fcbd551a000192767b0 (patch) | |
tree | fb28e3155f4bfde74337259c4bd2b192bb9bdfee /os/hal/platforms/STM32F1xx/stm32_isr.h | |
parent | 7c88d27c820914b06b831ebb2dfba43cf93840ff (diff) | |
download | ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.gz ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.tar.bz2 ChibiOS-2bbff3550ae8da2da5b83fcbd551a000192767b0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4642 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx/stm32_isr.h')
-rw-r--r-- | os/hal/platforms/STM32F1xx/stm32_isr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F1xx/stm32_isr.h b/os/hal/platforms/STM32F1xx/stm32_isr.h index d9e634f0a..940ade289 100644 --- a/os/hal/platforms/STM32F1xx/stm32_isr.h +++ b/os/hal/platforms/STM32F1xx/stm32_isr.h @@ -19,7 +19,7 @@ */
/**
- * @file STM3F1xx/stm32_isr.h
+ * @file STM32F1xx/stm32_isr.h
* @brief ISR remapper driver header.
*
* @addtogroup STM32F1xx_ISR
|