Skip to content

Commit 38ef110

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/AIoTC_Config.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@
4747
#define DEBUG_INFO (void) 0
4848
#define DEBUG_DEBUG (void) 0
4949
#define DEBUG_VERBOSE (void) 0
50-
#else
50+
#else if defined(__cplusplus)
5151
#include <Arduino_DebugUtils.h>
5252
#endif
5353
#endif
5454

55-
56-
57-
5855
/******************************************************************************
5956
* AUTOMATICALLY CONFIGURED DEFINES
6057
******************************************************************************/

0 commit comments

Comments
 (0)