mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +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);
|
xcpt_t up_irqbutton(int id, xcpt_t irqhandler);
|
||||||
#endif
|
#endif
|
||||||
#endif /* CONFIG_ARCH_BUTTONS */
|
#endif /* CONFIG_ARCH_BUTTONS */
|
||||||
|
|||||||
Reference in New Issue
Block a user