diff options
| -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[])  { | 
