summaryrefslogtreecommitdiff
path: root/io-module/machine/mtcdt3.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/machine/mtcdt3.c')
-rw-r--r--io-module/machine/mtcdt3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c
index 7c8e781..cc4c8a7 100644
--- a/io-module/machine/mtcdt3.c
+++ b/io-module/machine/mtcdt3.c
@@ -33,7 +33,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.flags = GPIOF_IN,
.label = "reset",
},
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "WIFI_BT_INT",
@@ -71,7 +71,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.flags = GPIOF_OUT_INIT_HIGH,
.label = "usbhub-reset",
},
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "ETH_RESET",
@@ -80,7 +80,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.flags = GPIOF_OUT_INIT_HIGH,
.label = "eth-reset",
},
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "GNSS_INT",