We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f00432 commit 3d7eb56Copy full SHA for 3d7eb56
src/AIoTC_Config.h
@@ -43,7 +43,7 @@
43
#endif
44
45
#ifndef DBG_VERBOSE
46
- #define DBG_VERBOSE(fmt, ...) Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
+ #define DBG_VERBOSE(fmt, ...) //Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
47
48
49
/******************************************************************************
0 commit comments