From 6b675fed1ed85ae5db77320bae7ae985da000c5c Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 19 Sep 2012 08:34:53 -0400 Subject: astyle tidy up --- bus.c | 5 +++-- 1 file 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; -- cgit