summaryrefslogtreecommitdiff
path: root/bus.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-19 08:34:53 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-19 08:34:53 -0400
commit6b675fed1ed85ae5db77320bae7ae985da000c5c (patch)
treea2190893f0f67b4dbb491e19f8b2c35c43033674 /bus.c
parent97cda5ea3eb717511dd6feb9ee9cafb45a4f9a7f (diff)
astyle tidy up
Diffstat (limited to 'bus.c')
-rw-r--r--bus.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bus.c b/bus.c
index 6b2488b..8893e33 100644
--- a/bus.c
+++ b/bus.c
@@ -307,11 +307,12 @@ static int gpio_writevalue(unsigned gpio_pin, int value)
#define GPIO3_X (3 * 32)
static unsigned gpio_pins[] = { GPIO0_X + 22, // i.e., GPIO0_22
- GPIO0_X + 23,
+ GPIO0_X + 23,
GPIO0_X + 26,
GPIO1_X + 15, // i.e., GPIO1_15
GPIO1_X + 14,
- GPIO0_X + 27 };
+ GPIO0_X + 27
+ };
static volatile uint8_t* extbus;