git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@640 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-01-18 20:42:21 +00:00
parent c88ed9ccd0
commit fe58a993f8
1 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,8 @@ typedef struct {
/** /**
* Disables both the IRQ and FIQ sources. * Disables both the IRQ and FIQ sources.
* @note Implements a workaround for spurious interrupts taken from the NXP
* LPC214x datasheet.
*/ */
#ifdef THUMB #ifdef THUMB
#define port_disable() _port_disable_thumb() #define port_disable() _port_disable_thumb()