diff options
author | Philip Balister <balister@moose.(none)> | 2010-05-13 17:46:53 -0400 |
---|---|---|
committer | Philip Balister <balister@moose.(none)> | 2010-05-13 17:46:53 -0400 |
commit | d4a75cef3ed64a305b8c4ef3001ed34c9d47d287 (patch) | |
tree | 787e4d3ec9a2a8d2c01b389d07681e2148b18d3f | |
parent | 41928cd9ff513f1e6d753e02a74db15bda4b1ba8 (diff) | |
download | uhd-d4a75cef3ed64a305b8c4ef3001ed34c9d47d287.tar.gz uhd-d4a75cef3ed64a305b8c4ef3001ed34c9d47d287.tar.bz2 uhd-d4a75cef3ed64a305b8c4ef3001ed34c9d47d287.zip |
Connect enable to the correct gpio.
-rw-r--r-- | host/apps/omap_debug/clkgen-config.cc | 2 |
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}; |