Add support for STM3210E-EVAL button interrupts

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3750 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-07-07 16:20:35 +00:00
parent 00bc426aa6
commit c472fe3913
17 changed files with 1510 additions and 84 deletions
+2 -2
View File
@@ -449,12 +449,12 @@ volatile int cc1101_interrupt = 0;
* its callback, and it is up to peripheral to find, whether the cause
* of EXTI ISR was itself.
**/
void cc1101_eventcb(void)
int cc1101_eventcb(int irq, FAR void *context)
{
cc1101_interrupt++;
}
/****************************************************************************
* Public Functions
****************************************************************************/