disabled debug output

This commit is contained in:
Markus Fröschle
2013-12-31 15:45:30 +00:00
parent 8b5c3477b4
commit 6293dfb48f
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
#include "bas_printf.h"
#include "bas_string.h"
#define DBG_MONITOR
//#define DBG_MONITOR
#ifdef DBG_MONITOR
#define dbg(format, arg...) do { xprintf("DEBUG: " format, ##arg); } while (0)
#else