STM32L4: Remove warning. Remove unused variable.
This commit is contained in:
parent
c368c67090
commit
ba67eb742e
1 changed files with 0 additions and 1 deletions
|
|
@ -274,7 +274,6 @@ int stm32l4_gpiosetevent(uint32_t pinset, bool risingedge, bool fallingedge,
|
|||
uint32_t exti = STM32L4_EXTI1_BIT(pin);
|
||||
int irq;
|
||||
xcpt_t handler;
|
||||
xcpt_t oldhandler = NULL;
|
||||
int nshared;
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue