summaryrefslogtreecommitdiff
path: root/bus.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-04-08 14:28:00 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-04-08 14:28:00 -0400
commit9bf3eecdcb6273c92e27ad233b7497624c33b792 (patch)
tree9814697641f6c9af3fce9035f24ce60c46c0e677 /bus.c
parentdc99289acd9644a365bbe662deaac2fef1b3035f (diff)
add a dedicated pin to reset GPIB, becase SYS_RESETn is flaky
Diffstat (limited to 'bus.c')
-rw-r--r--bus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bus.c b/bus.c
index e733cdf..1c77e70 100644
--- a/bus.c
+++ b/bus.c
@@ -356,7 +356,8 @@ static unsigned gpio_pins[] = { GPIO0_X + 22, // i.e., GPIO0_22
GPIO1_X + 15, // i.e., GPIO1_15
GPIO1_X + 14,
GPIO0_X + 27,
- GPIO1_X + 12
+ GPIO1_X + 12,
+ GPIO2_X + 1
};