From ed13b05209bcef533dd59f8b54415a6825bed709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 6 Sep 2014 18:34:35 +0000 Subject: [PATCH] disabled USB debug printouts --- usb/usb_mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/usb_mouse.c b/usb/usb_mouse.c index 6258507..49ee40e 100644 --- a/usb/usb_mouse.c +++ b/usb/usb_mouse.c @@ -26,7 +26,7 @@ #include "exceptions.h" #include "driver_mem.h" -#define DEBUG_USBMOUSE +//#define DEBUG_USBMOUSE #ifdef DEBUG_USBMOUSE #define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0) #else