mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
STM32L4: Remove warning. Remove unused variable.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user