From e7fb0661663e0aa25dcfafb118327ef4c71dc734 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 1 May 2013 10:19:25 -0500 Subject: flip mtr status led initial value --- io-module/mts_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io-module/mts_io.c') diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 26b5a88..73dbe5b 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -678,7 +678,7 @@ static struct gpio_pin gpio_pins_mtr_0_0[] = { .attr_name = "led-status", .pin = AT91_PIN_PC21, .direction = GPIO_DIR_OUTPUT, - .output_value = 1, + .output_value = 0, .use_pullup = 0, }, { -- cgit v1.2.3