1 2 3 4 5 6 7 8
#ifndef DBGU_H_ #define DBGU_H_ #define DEBUGPCRF(...) while(0); #define DEBUGPCR(...) while(0); #define DEBUGP(...) while(0); #endif /*DBGU_H_*/