aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8L/shared_isr.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-12 18:59:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-12 18:59:49 +0000
commitc62c1a4d629a8ec5094e2c964640d64a07fa6063 (patch)
tree44f69b06722c5079062fdd36b8fde0f358ab02f8 /os/hal/platforms/STM8L/shared_isr.c
parente889040710fe8e5ee4454b01803d0c8522f489f0 (diff)
downloadChibiOS-c62c1a4d629a8ec5094e2c964640d64a07fa6063.tar.gz
ChibiOS-c62c1a4d629a8ec5094e2c964640d64a07fa6063.tar.bz2
ChibiOS-c62c1a4d629a8ec5094e2c964640d64a07fa6063.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2350 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM8L/shared_isr.c')
-rw-r--r--os/hal/platforms/STM8L/shared_isr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM8L/shared_isr.c b/os/hal/platforms/STM8L/shared_isr.c
index 279c74865..6709442c5 100644
--- a/os/hal/platforms/STM8L/shared_isr.c
+++ b/os/hal/platforms/STM8L/shared_isr.c
@@ -23,6 +23,8 @@
* @details The STM8L shares some interrupt handlers among several sources.
* This module includes all the interrupt handlers that are
* used by more than one peripheral.
+ * @note Only the interrupt handlers that are used by the HAL are defined
+ * in this module.
*
* @addtogroup HAL
* @{