Remove unused variable warning.
This commit is contained in:
parent
ff20d22f66
commit
d3c29a15d1
@ -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 port = (pinset & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT;
|
||||||
uint8_t pinno = (pinset & GPIO_PIN_MASK);
|
uint8_t pinno = (pinset & GPIO_PIN_MASK);
|
||||||
uint8_t pin = 1 << pinno;
|
uint8_t pin = 1 << pinno;
|
||||||
int index;
|
|
||||||
|
|
||||||
/* Assign per-pin interrupt handlers */
|
/* Assign per-pin interrupt handlers */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user