openpcd/openpicc/application/dbgu.h

9 lines
148 B
C

#ifndef DBGU_H_
#define DBGU_H_
#define DEBUGPCRF(...) while(0);
#define DEBUGPCR(...) while(0);
#define DEBUGP(...) while(0);
#endif /*DBGU_H_*/