diff options
author | Mike Fiore <mfiore@multitech.com> | 2013-05-01 10:19:25 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2013-05-01 10:19:25 -0500 |
commit | e7fb0661663e0aa25dcfafb118327ef4c71dc734 (patch) | |
tree | d2c2a75ba1b2b37133718daf179ec815b905912d /io-module | |
parent | 4bffd99ad8dfe31d5382ea669c2b4830f75a086f (diff) | |
download | cdp-io-controller-e7fb0661663e0aa25dcfafb118327ef4c71dc734.tar.gz cdp-io-controller-e7fb0661663e0aa25dcfafb118327ef4c71dc734.tar.bz2 cdp-io-controller-e7fb0661663e0aa25dcfafb118327ef4c71dc734.zip |
flip mtr status led initial value
Diffstat (limited to 'io-module')
-rw-r--r-- | io-module/mts_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, { |