summaryrefslogtreecommitdiff
path: root/machine/mtac_pin_defs.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-11-21 19:40:36 -0600
committerJohn Klug <john.klug@multitech.com>2021-11-21 19:40:36 -0600
commit920bf4ce0a095c93935f54b59a2663403c5b89fb (patch)
treec2694e1252596c4c701972d84395f0c95418d403 /machine/mtac_pin_defs.h
parent58b430fb7935a42619f9d5fa501e033fc803a559 (diff)
downloadmtac-920bf4ce0a095c93935f54b59a2663403c5b89fb.tar.gz
mtac-920bf4ce0a095c93935f54b59a2663403c5b89fb.tar.bz2
mtac-920bf4ce0a095c93935f54b59a2663403c5b89fb.zip
Correct some AP2 pin definitions4.1.1
Diffstat (limited to 'machine/mtac_pin_defs.h')
-rw-r--r--machine/mtac_pin_defs.h4
1 files changed, 2 insertions, 2 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", \
}\
}