summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io-module/mts_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index 8c59303..20c663d 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -530,7 +530,7 @@ static struct gpio_pin gpio_pins_en4_0_0[] = {
.attr_name = "bt-enabled",
.pin = AT91_PIN_PC0,
.direction = GPIO_DIR_OUTPUT,
- .output_value = 1,
+ .output_value = 0,
.use_pullup = 0,
},
{
@@ -538,7 +538,7 @@ static struct gpio_pin gpio_pins_en4_0_0[] = {
.attr_name = "wlan-enabled",
.pin = AT91_PIN_PC1,
.direction = GPIO_DIR_OUTPUT,
- .output_value = 1,
+ .output_value = 0,
.use_pullup = 0,
},
{