summaryrefslogtreecommitdiff
path: root/bus.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 14:36:03 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 14:36:03 -0400
commitf5976b2fcc735460987b35aa9d3e7863c119cdf9 (patch)
treee2550b03f2795369de27acd6749b3c14133d2c3a /bus.c
parent14b8561e92497daa10e80f42e729de30f77400b2 (diff)
remove low-priority FIXME
Diffstat (limited to 'bus.c')
-rw-r--r--bus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus.c b/bus.c
index 01d4040..c539d16 100644
--- a/bus.c
+++ b/bus.c
@@ -386,9 +386,9 @@ void bus_init()
gpio_changedirection(gpio_pins[i], true);
}
- // FIXME: make this more elegant
- //
+ // this could be more elegant -
// the POWER_FAIL pin is an input
+
gpio_changedirection(gpio_pins[POWER_FAIL], false);
}
}