Customized SNICInterface
Fork of NySNICInterface by
Diff: SNIC/MurataObject.h
- Revision:
- 42:17d89443d899
- Parent:
- 41:1c1b5ad4d491
- Child:
- 43:d80bbb12ffe6
--- a/SNIC/MurataObject.h Tue Jul 15 10:13:53 2014 +0000 +++ b/SNIC/MurataObject.h Fri Sep 19 01:46:17 2014 +0000 @@ -23,6 +23,7 @@ //#define _DEBUG /* If this definition is enabled, debug log is output. */ #ifdef _DEBUG +extern Serial pc; #define DEBUG_PRINT(...) { pc.printf(__VA_ARGS__);} #else #define DEBUG_PRINT(...)