git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@640 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c88ed9ccd0
commit
fe58a993f8
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue