summaryrefslogtreecommitdiff
path: root/openpicc/application/dbgu.h
blob: 65bc25b323c6fb3e2d588115b8afbeaf9caf73c0 (plain)
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_*/
personal git repositories of Harald Welte. Your mileage may vary