From 1dfa375abb95c59830c38697c53fa9a6794a9fb9 Mon Sep 17 00:00:00 2001 From: henryk Date: Sun, 11 Nov 2007 19:24:37 +0000 Subject: Add code modules for tc_fdt, tc_cdiv_sync, tc_cdiv, ssc_picc Almost all of these have not been checked yet, I just copied them over and hot-fixed compile time errors F.e. all ssc usb code has been removed git-svn-id: https://svn.openpcd.org:2342/trunk@323 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/dbgu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openpicc/application/dbgu.h') diff --git a/openpicc/application/dbgu.h b/openpicc/application/dbgu.h index 535ea08..65bc25b 100644 --- a/openpicc/application/dbgu.h +++ b/openpicc/application/dbgu.h @@ -1,6 +1,8 @@ #ifndef DBGU_H_ #define DBGU_H_ -#define DEBUGPCRF(...) ; +#define DEBUGPCRF(...) while(0); +#define DEBUGPCR(...) while(0); +#define DEBUGP(...) while(0); #endif /*DBGU_H_*/ -- cgit v1.2.3