Correct a typo
This commit is contained in:
parent
a8363528dc
commit
0f25b0a9f1
@ -680,7 +680,7 @@ int tiva_gpioirqinitialize(void)
|
||||
|
||||
int tiva_gpioirqattach(uint32_t pinset, xcpt_t isr, void *arg)
|
||||
{
|
||||
FAR stuct gpio_handler_s *handler;
|
||||
FAR struct gpio_handler_s *handler;
|
||||
irqstate_t flags;
|
||||
uint8_t port = (pinset & GPIO_PORT_MASK) >> GPIO_PORT_SHIFT;
|
||||
uint8_t pinno = (pinset & GPIO_PIN_MASK);
|
||||
|
Loading…
Reference in New Issue
Block a user