summaryrefslogtreecommitdiff
path: root/bus.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:03:59 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:03:59 -0500
commite153488780f86cf6f647b814f8ff6f3a535a0d7e (patch)
tree456c0f07f0d973cfc92dae357cdfb03309f5efa3 /bus.c
parent60c5196e62175458615117aab397aaac9ccda5a1 (diff)
astyle fixes
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 b3ac833..bf3ef02 100644
--- a/bus.c
+++ b/bus.c
@@ -357,7 +357,7 @@ static unsigned gpio_pins[] = { GPIO0_X + 22, // i.e., GPIO0_22
GPIO1_X + 14,
GPIO0_X + 27,
GPIO1_X + 12,
- GPIO2_X + 1
+ GPIO2_X + 1
};
@@ -391,7 +391,7 @@ void bus_init()
gpio_changedirection(gpio_pins[POWER_FAIL], false);
// reset the TNT4882 chip
- bus_setpin(RST_GPIB, 0);
+ bus_setpin(RST_GPIB, 0);
g_usleep(10);
bus_setpin(RST_GPIB, 1);
g_usleep(10);