diff options
author | Mike Fiore <mfiore@multitech.com> | 2013-05-01 10:25:08 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2013-05-01 10:25:08 -0500 |
commit | 49b27c48f56a2d772676963f4c0f9c16eac78c7f (patch) | |
tree | 5db53f9b2ebf50a0ae416719cacf704584f98dd8 /io-module | |
parent | e7fb0661663e0aa25dcfafb118327ef4c71dc734 (diff) | |
download | cdp-io-controller-49b27c48f56a2d772676963f4c0f9c16eac78c7f.tar.gz cdp-io-controller-49b27c48f56a2d772676963f4c0f9c16eac78c7f.tar.bz2 cdp-io-controller-49b27c48f56a2d772676963f4c0f9c16eac78c7f.zip |
mtr status led, add active_low attribute
Diffstat (limited to 'io-module')
-rw-r--r-- | io-module/mts_io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 73dbe5b..b20a5f8 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -680,6 +680,7 @@ static struct gpio_pin gpio_pins_mtr_0_0[] = { .direction = GPIO_DIR_OUTPUT, .output_value = 0, .use_pullup = 0, + .active_low = 1, }, { .name = "LED3", |