Master Thesis  V1.0
Research and Design of Sensor Node for NMSD Treatment
debug_dbprint.h
Go to the documentation of this file.
1 /***************************************************************************/
40 /* Include guards prevent multiple inclusions of the same header */
41 #ifndef _DEBUG_DBPRINT_H_
42 #define _DEBUG_DBPRINT_H_
43 
44 
48 #define DEBUG_DBPRINT 0
49 
50 
51 #if DEBUG_DBPRINT == 1 /* DEBUG_DBPRINT */
52 #include "dbprint.h"
53 #endif /* DEBUG_DBPRINT */
54 
55 
56 #endif /* _DEBUG_DBPRINT_H_ */
dbprint.h
Homebrew println/printf replacement "DeBugPrint".