summaryrefslogtreecommitdiff
path: root/bus.c
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>2012-09-19 09:12:06 -0400
committerroot <root@fedora-arm.domain.avtechpulse.com>2012-09-19 09:12:06 -0400
commitd66e19776c847ba3feddda7b4278c8b394e320c3 (patch)
tree07b7b544486e2d4006747754d2926a8fe6f88256 /bus.c
parent7c44b654fb5b3c66f755eff648f14c09843ce568 (diff)
added comment
Diffstat (limited to 'bus.c')
-rw-r--r--bus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus.c b/bus.c
index 3875851..38298d0 100644
--- a/bus.c
+++ b/bus.c
@@ -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);
}