mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
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:
@@ -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
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user