From b1421b0c3504b84b4342f4f7aadcc253714461b2 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 2 Oct 2020 17:22:18 -0500 Subject: Fix typo in AP2 GPIO NINT2 --- machine/ti43x_gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/ti43x_gpio.h b/machine/ti43x_gpio.h index f51d3ec..487f61b 100644 --- a/machine/ti43x_gpio.h +++ b/machine/ti43x_gpio.h @@ -21,5 +21,5 @@ #define M_AP2_GPIO4 OMAP_GPIO(0,19) #define M_AP2_NRESET OMAP_GPIO(5,29) #define M_AP2_NINT1 OMAP_GPIO(3,17) -#define M_AP1_NINT2 OMAP_GPIO(3,18) +#define M_AP2_NINT2 OMAP_GPIO(3,18) #endif /* SAM9G25_MFSER_GPIO_H */ -- cgit v1.2.3