diff options
author | John Klug <john.klug@multitech.com> | 2020-10-20 17:05:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-20 17:05:04 -0500 |
commit | 99c892c94e440cff43f2f4a0169ee9383a4dbf88 (patch) | |
tree | c95e7ca171f555956b69f84113b1ed02ef4a0218 | |
parent | a79bdf4de1488fa58f5f741424ace2570db67b4e (diff) | |
download | mtac-lora-99c892c94e440cff43f2f4a0169ee9383a4dbf88.tar.gz mtac-lora-99c892c94e440cff43f2f4a0169ee9383a4dbf88.tar.bz2 mtac-lora-99c892c94e440cff43f2f4a0169ee9383a4dbf88.zip |
Use correct reset for cdone1.1.5
-rw-r--r-- | mtac_lora.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtac_lora.c b/mtac_lora.c index 4ee84b0..8e9d09b 100644 --- a/mtac_lora.c +++ b/mtac_lora.c @@ -65,7 +65,7 @@ static struct gpio_pin gpio_pins_mtac_lora_1_5[] = { { .name = "AP1_CRESET", .pin = { - .gpio = M_AP1_GPIO4, + .gpio = M_AP1_GPIO2, .flags = GPIOF_OUT_INIT_HIGH, .label = "ap1-creset", } |