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 ad74074 commit 7ed85b0Copy full SHA for 7ed85b0
src/cbor/CBORDecoder.h
@@ -23,7 +23,7 @@
23
******************************************************************************/
24
#ifdef __AVR__
25
#include <Arduino.h>
26
-#include <ArduinoSTL.h>
+#include <Arduino_AVRSTL.h>
27
#endif
28
29
#undef max
src/cbor/CBOREncoder.h
@@ -24,7 +24,7 @@
30
#include "../property/PropertyContainer.h"
0 commit comments