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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/machine/mtcdt3.c b/io-module/machine/mtcdt3.c
index 2fd5637..030d7d2 100644
--- a/io-module/machine/mtcdt3.c
+++ b/io-module/machine/mtcdt3.c
@@ -52,7 +52,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.label = "wlan-enabled",
},
.capability = CAPA_WIFI,
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "BT_RESET",
@@ -62,7 +62,7 @@ static struct gpio_pin gpio_pins_mtcdt3[] = {
.label = "bt-enabled",
},
.capability = CAPA_BLUETOOTH,
- .active_low = 1,
+ .active_low = 0,
},
{
.name = "USBHUB_RESET",