From c62c1a4d629a8ec5094e2c964640d64a07fa6063 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 12 Nov 2010 18:59:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2350 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM8L/shared_isr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/platforms/STM8L/shared_isr.c') 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 * @{ -- cgit v1.2.3