mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
Correct name, not CONFIG_GPIO_IRQ but CONFIG_TIVA_GPIO_IRQS
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user