Skip to content

Commit 7421e07

Browse files
committed
Disable Arduino_DebugUtils for Arduino Uno WiFi Rev 2 in order to conserve memory
1 parent 441c04e commit 7421e07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Arduino_ConnectionHandler.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
INCLUDES
119119
******************************************************************************/
120120

121-
#include <Arduino_DebugUtils.h>
121+
#if !defined(__AVR__)
122+
# include <Arduino_DebugUtils.h>
123+
#endif
122124

123125
/******************************************************************************
124126
TYPEDEFS

0 commit comments

Comments
 (0)