(temporary) remove debug output

This commit is contained in:
Markus Fröschle
2016-11-17 17:54:37 +00:00
parent c26156b72f
commit a2b2c79dec
24 changed files with 24 additions and 24 deletions

View File

@@ -27,7 +27,7 @@
#include "usb.h"
//#define DEBUG_USBKBD
//// #define DEBUG_USBKBD
#ifdef DEBUG_USBKBD
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
#else