summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorPhilip Balister <balister@moose.(none)>2010-05-13 17:46:53 -0400
committerPhilip Balister <balister@moose.(none)>2010-05-13 17:46:53 -0400
commitd4a75cef3ed64a305b8c4ef3001ed34c9d47d287 (patch)
tree787e4d3ec9a2a8d2c01b389d07681e2148b18d3f /host
parent41928cd9ff513f1e6d753e02a74db15bda4b1ba8 (diff)
downloaduhd-d4a75cef3ed64a305b8c4ef3001ed34c9d47d287.tar.gz
uhd-d4a75cef3ed64a305b8c4ef3001ed34c9d47d287.tar.bz2
uhd-d4a75cef3ed64a305b8c4ef3001ed34c9d47d287.zip
Connect enable to the correct gpio.
Diffstat (limited to 'host')
-rw-r--r--host/apps/omap_debug/clkgen-config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/omap_debug/clkgen-config.cc b/host/apps/omap_debug/clkgen-config.cc
index 70c63c6e8..85371c5d1 100644
--- a/host/apps/omap_debug/clkgen-config.cc
+++ b/host/apps/omap_debug/clkgen-config.cc
@@ -117,7 +117,7 @@ static const unsigned int config_data[] = {
};
-const unsigned int CLKGEN_SELECT = 145;
+const unsigned int CLKGEN_SELECT = 127;
enum gpio_direction {IN, OUT};