summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mtac_lora.c2
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",
}