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