From eee329cd45e5ead12223bf060b33f4fe1e2a5c8c Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Mon, 21 Nov 2016 09:32:04 -0600 Subject: mtcap:fix: lora_reset init low --- io-module/mtcap.c | 2 +- io-module/mts_io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'io-module') 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, diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 333e4b6..b71eabb 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -47,7 +47,7 @@ #include "mts_io.h" -#define DRIVER_VERSION "v1.5.3" +#define DRIVER_VERSION "v1.5.4" #define DRIVER_AUTHOR "James Maki " #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" -- cgit v1.2.3