Skip to content
Snippets Groups Projects
Commit c282e1d4 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Correct name, not CONFIG_GPIO_IRQ but CONFIG_TIVA_GPIO_IRQS

parent e897ccb9
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ uint8_t up_buttons(void);
*
************************************************************************************/
#if defined(CONFIG_ARCH_IRQBUTTONS) && defined(CONFIG_GPIO_IRQ)
#if defined(CONFIG_ARCH_IRQBUTTONS) && defined(CONFIG_TIVA_GPIO_IRQS)
xcpt_t up_irqbutton(int id, xcpt_t irqhandler);
#endif
#endif /* CONFIG_ARCH_BUTTONS */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment