diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 2012-09-19 09:12:06 -0400 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 2012-09-19 09:12:06 -0400 |
commit | d66e19776c847ba3feddda7b4278c8b394e320c3 (patch) | |
tree | 07b7b544486e2d4006747754d2926a8fe6f88256 /bus.c | |
parent | 7c44b654fb5b3c66f755eff648f14c09843ce568 (diff) |
added comment
Diffstat (limited to 'bus.c')
-rw-r--r-- | bus.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -350,6 +350,8 @@ void bus_init() int i; for (i = 0; i < SIZEOFARRAY(gpio_pins); i++) { + // these pins all happen to default to the correct mode (7) + // so no call to pinmux_configurepin is necessary gpio_export(gpio_pins[i]); gpio_changedirection(gpio_pins[i], true); } |