From fe58a993f84a36ea9765ddac092b1ea8cf306f07 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Jan 2009 20:42:21 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@640 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7/chcore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/ARM7/chcore.h b/ports/ARM7/chcore.h index cd6d40590..5c2233275 100644 --- a/ports/ARM7/chcore.h +++ b/ports/ARM7/chcore.h @@ -220,6 +220,8 @@ typedef struct { /** * Disables both the IRQ and FIQ sources. + * @note Implements a workaround for spurious interrupts taken from the NXP + * LPC214x datasheet. */ #ifdef THUMB #define port_disable() _port_disable_thumb()