summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/console/console.c
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2014-05-08 17:08:04 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2014-05-27 09:46:30 +0200
commit9f058fb1c2368aa17692f6beb0f8b04299616bbe (patch)
tree576ec330a698e34e486ce5afaa24bdb44dac6f6c /c/src/lib/libbsp/sparc/leon2/console/console.c
parentbsps/sparc: Add copyright and license information (diff)
downloadrtems-9f058fb1c2368aa17692f6beb0f8b04299616bbe.tar.bz2
bsps/sparc: Change tabs to spaces.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/console/console.c b/c/src/lib/libbsp/sparc/leon2/console/console.c
index 0a4059e4c9..cac21a6bd6 100644
--- a/c/src/lib/libbsp/sparc/leon2/console/console.c
+++ b/c/src/lib/libbsp/sparc/leon2/console/console.c
@@ -322,7 +322,7 @@ rtems_device_driver console_initialize(
LEON_REG.UART_Control_1 |= LEON_REG_UART_CTRL_RE | LEON_REG_UART_CTRL_TE;
LEON_REG.UART_Control_2 |= LEON_REG_UART_CTRL_RE | LEON_REG_UART_CTRL_TE |
- LEON_REG_UART_CTRL_RI; /* rx irq default enable for remote debugger */
+ LEON_REG_UART_CTRL_RI; /* rx irq default enable for remote debugger */
LEON_REG.UART_Status_1 = 0;
LEON_REG.UART_Status_2 = 0;
#if (CONSOLE_USE_INTERRUPTS)