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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machine/mtac_pin_defs.h') 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", \ }\ } -- cgit v1.2.3