summaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-03-26 19:04:18 +0000
committerPhilip Balister <philip@opensdr.com>2010-03-26 19:04:18 +0000
commit29e88b3478aad89ff76363029395200a8601e667 (patch)
tree61bc0d43a0d6658d7b3fd96d663ad9a840ddc2e0 /host/apps/omap_debug
parent84df070f371b989ef51b6f2d04c131b34308e5e9 (diff)
downloaduhd-29e88b3478aad89ff76363029395200a8601e667.tar.gz
uhd-29e88b3478aad89ff76363029395200a8601e667.tar.bz2
uhd-29e88b3478aad89ff76363029395200a8601e667.zip
Working version.
Diffstat (limited to 'host/apps/omap_debug')
-rw-r--r--host/apps/omap_debug/usrp-e-uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/omap_debug/usrp-e-uart.c b/host/apps/omap_debug/usrp-e-uart.c
index 92f89f45c..239df9444 100644
--- a/host/apps/omap_debug/usrp-e-uart.c
+++ b/host/apps/omap_debug/usrp-e-uart.c
@@ -9,7 +9,7 @@
// Usage: usrp_e_uart <string>
-#define UART_WRITE_ADDR ((1<<6) + 16)
+#define UART_WRITE_ADDR (0x80 + 12)
int main(int argc, char *argv[])
{