Skip to content

Commit 8fc173a

Browse files
committed
enable debug
1 parent 2966cf7 commit 8fc173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AIoTC_Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#endif
5252

5353
#ifndef DEBUG_VERBOSE
54-
#define DEBUG_VERBOSE(fmt, ...) //Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
54+
#define DEBUG_VERBOSE(fmt, ...) Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
5555
#endif
5656

5757
/******************************************************************************

0 commit comments

Comments
 (0)