diff options
-rw-r--r-- | machine/ti43x_gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |