STM32L4: Remove warning. Remove unused variable.

This commit is contained in:
Gregory Nutt 2017-03-05 14:21:00 -06:00
parent c368c67090
commit ba67eb742e

View File

@ -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;