Skip to content

Commit 58b2603

Browse files
committed
Enable debug
1 parent ce9dba5 commit 58b2603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AIoTC_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# if defined(ARDUINO_AVR_UNO_WIFI_REV2)
6363
# define DEBUG_VERBOSE(fmt, ...)
6464
# else
65-
# define DEBUG_VERBOSE(fmt, ...) //Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
65+
# define DEBUG_VERBOSE(fmt, ...) Debug.print(DBG_VERBOSE, fmt, ## __VA_ARGS__)
6666
# endif
6767
#endif
6868

0 commit comments

Comments
 (0)