removed debug output

This commit is contained in:
Markus Fröschle
2014-09-30 19:32:26 +00:00
parent b857519ea5
commit b3d152b705
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
#error "unknown machine!"x
#endif /* MACHINE_FIREBEE */
#define DBG_MMU
//#define DBG_MMU
#ifdef DBG_MMU
#define dbg(format, arg...) do { xprintf("DEBUG (%s()): " format, __FUNCTION__, ##arg);} while(0)
#else