mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 21:20:10 +00:00
Fix a bug of GPIO falling-edge interrupt for tiva
This commit is contained in:
parent
6d03f132a1
commit
863db15b56
1 changed files with 2 additions and 2 deletions
|
|
@ -661,9 +661,9 @@ static inline void tiva_interrupt(uint32_t pinset)
|
|||
{
|
||||
case GPIO_INT_FALLINGEDGE:
|
||||
{
|
||||
isset = pin;
|
||||
isclr = pin;
|
||||
ibeclr = pin;
|
||||
ievset = pin;
|
||||
ievclr = pin;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue