summaryrefslogtreecommitdiff
path: root/io-module/machine
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-12-05 18:21:25 -0600
committerJohn Klug <john.klug@multitech.com>2019-12-05 18:21:25 -0600
commit4e4093079e3b454a89aae2e1699f63cfcc8cf928 (patch)
tree135e9465824a0e95e6649d3bf44bf214fde63369 /io-module/machine
parent6e4b26e60ab0fb6379da856309f5aefe52ac109e (diff)
downloadmts-io-4.2.3.tar.gz
mts-io-4.2.3.tar.bz2
mts-io-4.2.3.zip
Set driver so reset is normally low4.2.3
Diffstat (limited to 'io-module/machine')
-rw-r--r--io-module/machine/mtcpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/machine/mtcpm.c b/io-module/machine/mtcpm.c
index 7052b51..d80d1e5 100644
--- a/io-module/machine/mtcpm.c
+++ b/io-module/machine/mtcpm.c
@@ -33,7 +33,7 @@ static struct gpio_pin gpio_pins_mtcpm[] = {
.flags = GPIOF_IN,
.label = "reset",
},
- .active_low = 0,
+ .active_low = 1,
},
{
.name = "WIFI_BT_INT",