Skip to content

Commit 70d4619

Browse files
fixup! Improving Logging by using Arduino_DebugUtils pull #48
1 parent 38ef110 commit 70d4619

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
@@ -47,7 +47,7 @@
4747
#define DEBUG_INFO (void) 0
4848
#define DEBUG_DEBUG (void) 0
4949
#define DEBUG_VERBOSE (void) 0
50-
#else if defined(__cplusplus)
50+
#elif defined(__cplusplus)
5151
#include <Arduino_DebugUtils.h>
5252
#endif
5353
#endif

0 commit comments

Comments
 (0)