fix debug macros

This commit is contained in:
Markus Fröschle
2017-04-07 04:20:28 +00:00
parent 6e71eb97f0
commit 6a411c0526

View File

@@ -32,12 +32,8 @@
#error Unknown machine! #error Unknown machine!
#endif #endif
//#define DBG_FEC // #define DEBUG
#ifdef DBG_FEC #include "debug.h"
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
#else
#define dbg(format, arg...) do { ; } while (0)
#endif /* DBG_FEC */
FEC_EVENT_LOG fec_log[2]; FEC_EVENT_LOG fec_log[2];