summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machine/sam9g25_gpio.h4
-rw-r--r--mtac.c2
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
diff --git a/mtac.c b/mtac.c
index 88bc5f0..22af08f 100644
--- a/mtac.c
+++ b/mtac.c
@@ -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"