diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 14:36:03 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 14:36:03 -0400 |
commit | f5976b2fcc735460987b35aa9d3e7863c119cdf9 (patch) | |
tree | e2550b03f2795369de27acd6749b3c14133d2c3a /bus.c | |
parent | 14b8561e92497daa10e80f42e729de30f77400b2 (diff) |
remove low-priority FIXME
Diffstat (limited to 'bus.c')
-rw-r--r-- | bus.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |