From: John Hodge Date: Sun, 9 Feb 2014 03:29:43 +0000 (+0800) Subject: UDI/gio_uart - Silence debug X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=3e63a1d155d5324523188482f314c4eaae40d523;p=tpg%2Facess2.git UDI/gio_uart - Silence debug --- diff --git a/KernelLand/Modules/Interfaces/UDI/trans/gio_uart.c b/KernelLand/Modules/Interfaces/UDI/trans/gio_uart.c index b906bb60..ec303678 100644 --- a/KernelLand/Modules/Interfaces/UDI/trans/gio_uart.c +++ b/KernelLand/Modules/Interfaces/UDI/trans/gio_uart.c @@ -5,7 +5,7 @@ * trans/gio_uart.c * - GIO UART translation (presents "uart" type GIO drivers as serial ports) */ -#define DEBUG 1 +#define DEBUG 0 #include //#include #include