diff options
author | Philip Balister <philip@opensdr.com> | 2010-03-26 19:04:18 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-03-26 19:04:18 +0000 |
commit | 29e88b3478aad89ff76363029395200a8601e667 (patch) | |
tree | 61bc0d43a0d6658d7b3fd96d663ad9a840ddc2e0 /host | |
parent | 84df070f371b989ef51b6f2d04c131b34308e5e9 (diff) | |
download | uhd-29e88b3478aad89ff76363029395200a8601e667.tar.gz uhd-29e88b3478aad89ff76363029395200a8601e667.tar.bz2 uhd-29e88b3478aad89ff76363029395200a8601e667.zip |
Working version.
Diffstat (limited to 'host')
-rw-r--r-- | host/apps/omap_debug/usrp-e-uart.c | 2 |
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[]) { |