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

@@ -39,7 +39,7 @@
extern void (*rt_vbr[])(void);
#define VBR rt_vbr
#define IRQ_DEBUG
//#define IRQ_DEBUG
#if defined(IRQ_DEBUG)
#define dbg(format, arg...) do { xprintf("DEBUG %s(): " format, __FUNCTION__, ##arg); } while (0)
#else