From 920bf4ce0a095c93935f54b59a2663403c5b89fb Mon Sep 17 00:00:00 2001 From: John Klug Date: Sun, 21 Nov 2021 19:40:36 -0600 Subject: Correct some AP2 pin definitions --- machine/mtac_pin_defs.h | 4 ++-- mtac.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/machine/mtac_pin_defs.h b/machine/mtac_pin_defs.h index 452123c..ed9593f 100644 --- a/machine/mtac_pin_defs.h +++ b/machine/mtac_pin_defs.h @@ -159,7 +159,7 @@ .pin = { \ .gpio = M_AP2_GPIO3_MTCDT0_2, \ .flags = GPIOF_OUT_INIT_LOW, \ - .label = "ap1-gpio3", \ + .label = "ap2-gpio3", \ } \ } @@ -168,7 +168,7 @@ .pin = { \ .gpio = M_AP2_GPIO4_MTCDT0_2, \ .flags = GPIOF_OUT_INIT_LOW, \ - .label = "ap1-gpio4", \ + .label = "ap2-gpio4", \ }\ } diff --git a/mtac.c b/mtac.c index 3260627..88bc5f0 100644 --- a/mtac.c +++ b/mtac.c @@ -1,4 +1,4 @@ -#define DRIVER_VERSION "v4.1.0" +#define DRIVER_VERSION "v4.1.1" #define DRIVER_AUTHOR "Multi-Tech" #define DRIVER_DESC "MTS driver to supervise MTAC slots" #define DRIVER_NAME "mtac-slots" -- cgit v1.2.3