aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8L/shared_isr.c
diff options
context:
space:
mode:
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
* @{