We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0e75f commit 9b49af2Copy full SHA for 9b49af2
src/AIoTC_Config.h
@@ -32,7 +32,7 @@
32
33
#ifndef DEBUG_ERROR
34
# if defined(ARDUINO_AVR_UNO_WIFI_REV2)
35
-# define DEBUG_ERROR(fmt, ...)
+# define DEBUG_ERROR(fmt, ...) Debug.print(DBG_ERROR, fmt, ## __VA_ARGS__)
36
# else
37
# define DEBUG_ERROR(fmt, ...) Debug.print(DBG_ERROR, fmt, ## __VA_ARGS__)
38
# endif
0 commit comments