diff options
author | John Klug <john.klug@multitech.com> | 2020-10-02 17:22:18 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-02 17:22:18 -0500 |
commit | b1421b0c3504b84b4342f4f7aadcc253714461b2 (patch) | |
tree | c35412719105283d5a5b8034a2c5bb59c45589c1 | |
parent | a2c16e38ef43759fd4eb1e5d5eccbbad2f63c20c (diff) | |
download | mtac-b1421b0c3504b84b4342f4f7aadcc253714461b2.tar.gz mtac-b1421b0c3504b84b4342f4f7aadcc253714461b2.tar.bz2 mtac-b1421b0c3504b84b4342f4f7aadcc253714461b2.zip |
Fix typo in AP2 GPIO NINT24.0.5
-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 */ |