diff options
-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); } } |