diff options
author | John Klug <john.klug@multitech.com> | 2021-11-22 09:04:47 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-11-22 09:04:47 -0600 |
commit | f4370ecf1bdb4271d589c5dea58c16de6c74dd4f (patch) | |
tree | 60355ca5b101c03a0072a525177bea6f561c1813 | |
parent | 920bf4ce0a095c93935f54b59a2663403c5b89fb (diff) | |
download | mtac-4.1.2.tar.gz mtac-4.1.2.tar.bz2 mtac-4.1.2.zip |
AP2_GPIO3 and 4 were swapped for AP24.1.2
-rw-r--r-- | machine/sam9g25_gpio.h | 4 | ||||
-rw-r--r-- | mtac.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/machine/sam9g25_gpio.h b/machine/sam9g25_gpio.h index fe10236..3c1ee26 100644 --- a/machine/sam9g25_gpio.h +++ b/machine/sam9g25_gpio.h @@ -21,8 +21,8 @@ #define M_AP2_GPIO2 AT91_PIN_PC21 #define M_AP2_GPIO3 AT91_PIN_PC22 #define M_AP2_GPIO4 AT91_PIN_PC23 -#define M_AP2_GPIO3_MTCDT0_2 AT91_PIN_PC29 -#define M_AP2_GPIO4_MTCDT0_2 AT91_PIN_PC30 +#define M_AP2_GPIO3_MTCDT0_2 AT91_PIN_PC30 +#define M_AP2_GPIO4_MTCDT0_2 AT91_PIN_PC29 #define M_AP2_NRESET AT91_PIN_PB13 #define M_AP2_NINT1 AT91_PIN_PB17 #define M_AP2_NINT2 AT91_PIN_PB18 @@ -1,4 +1,4 @@ -#define DRIVER_VERSION "v4.1.1" +#define DRIVER_VERSION "v4.1.2" #define DRIVER_AUTHOR "Multi-Tech" #define DRIVER_DESC "MTS driver to supervise MTAC slots" #define DRIVER_NAME "mtac-slots" |