Remove unused variable warning.

This commit is contained in:
Gregory Nutt 2017-03-03 19:19:56 -06:00
parent ff20d22f66
commit d3c29a15d1

View File

@ -685,7 +685,6 @@ int tiva_gpioirqattach(uint32_t pinset, xcpt_t isr, void *arg)
uint8_t port = (pinset & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT;
uint8_t pinno = (pinset & GPIO_PIN_MASK);
uint8_t pin = 1 << pinno;
int index;
/* Assign per-pin interrupt handlers */