summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/console/uart.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-06 22:14:04 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-06 22:14:04 +0000
commitdb1986ac0f204e6a612bc13d3c8955bbbcd91977 (patch)
tree66ea32e4cc11d9f6e2e28eb4d61f8f8a3b9a9e35 /c/src/lib/libbsp/powerpc/shared/console/uart.c
parent2007-11-06 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-db1986ac0f204e6a612bc13d3c8955bbbcd91977.tar.bz2
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
* shared/console/uart.c: removed #define UARTDEBUG
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/console/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/console/uart.c b/c/src/lib/libbsp/powerpc/shared/console/uart.c
index 0fe0388cb5..11d9b64ce7 100644
--- a/c/src/lib/libbsp/powerpc/shared/console/uart.c
+++ b/c/src/lib/libbsp/powerpc/shared/console/uart.c
@@ -81,7 +81,7 @@ uwrite(int uart, int reg, unsigned int val)
out_8((unsigned char*)(uart_data[uart].ioBase + reg), val);
}
-#define UARTDEBUG
+
#ifdef UARTDEBUG
static void
uartError(int uart, void *termiosPrivate)