diff options
Diffstat (limited to 'io-module/mtcap.c')
-rw-r--r-- | io-module/mtcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mtcap.c b/io-module/mtcap.c index 0eeb067..588f63f 100644 --- a/io-module/mtcap.c +++ b/io-module/mtcap.c @@ -44,7 +44,7 @@ static struct gpio_pin gpio_pins_mtcap_0_0[] = { .name = "LORA_RESET", .pin = { .gpio = AT91_PIN_PA8, // LORA_RST - .flags = GPIOF_OUT_INIT_HIGH, + .flags = GPIOF_OUT_INIT_LOW, .label = "lora/reset", }, .capability = CAPA_LORA, |