diff options
author | John Klug <john.klug@multitech.com> | 2021-11-21 19:40:36 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-11-21 19:40:36 -0600 |
commit | 920bf4ce0a095c93935f54b59a2663403c5b89fb (patch) | |
tree | c2694e1252596c4c701972d84395f0c95418d403 | |
parent | 58b430fb7935a42619f9d5fa501e033fc803a559 (diff) | |
download | mtac-920bf4ce0a095c93935f54b59a2663403c5b89fb.tar.gz mtac-920bf4ce0a095c93935f54b59a2663403c5b89fb.tar.bz2 mtac-920bf4ce0a095c93935f54b59a2663403c5b89fb.zip |
Correct some AP2 pin definitions4.1.1
-rw-r--r-- | machine/mtac_pin_defs.h | 4 | ||||
-rw-r--r-- | 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", \ }\ } @@ -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" |