mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Merged in young-mu/nuttx/developing (pull request #15)
Fix a bug of GPIO falling-edge interrupt for tiva
This commit is contained in:
@@ -661,9 +661,9 @@ static inline void tiva_interrupt(uint32_t pinset)
|
|||||||
{
|
{
|
||||||
case GPIO_INT_FALLINGEDGE:
|
case GPIO_INT_FALLINGEDGE:
|
||||||
{
|
{
|
||||||
isset = pin;
|
isclr = pin;
|
||||||
ibeclr = pin;
|
ibeclr = pin;
|
||||||
ievset = pin;
|
ievclr = pin;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user