File tree Expand file tree Collapse file tree 4 files changed +26
-6
lines changed Expand file tree Collapse file tree 4 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 21
21
/* *****************************************************************************
22
22
INCLUDE
23
23
******************************************************************************/
24
- # ifdef __AVR__
24
+
25
25
#include < Arduino.h>
26
- #include < Arduino_AVRSTL.h>
26
+
27
+ #ifdef __AVR__
28
+ # include < Arduino_AVRSTL.h>
27
29
#endif
28
30
29
31
#undef max
Original file line number Diff line number Diff line change 22
22
* INCLUDE
23
23
******************************************************************************/
24
24
25
- #ifdef __AVR__
26
25
#include < Arduino.h>
27
- #include < Arduino_AVRSTL.h>
26
+
27
+ #ifdef __AVR__
28
+ # include < Arduino_AVRSTL.h>
28
29
#endif
29
30
31
+ #undef max
32
+ #undef min
33
+ #include < list>
34
+
30
35
#include " ../property/PropertyContainer.h"
31
36
32
37
/* *****************************************************************************
Original file line number Diff line number Diff line change 28
28
******************************************************************************/
29
29
30
30
#include < Arduino.h>
31
- // in order to allow <functional> to define its own max and min functions
31
+
32
32
#undef max
33
33
#undef min
34
+
35
+ #ifdef __AVR__
36
+ # include < Arduino_AVRSTL.h>
37
+ # include < nonstd/nonstd.h>
38
+ #else
39
+ # include < functional>
40
+ #endif
41
+
34
42
#include < list>
35
- #include < functional>
36
43
37
44
#include " ../cbor/lib/tinycbor/cbor-lib.h"
38
45
Original file line number Diff line number Diff line change 22
22
INCLUDE
23
23
******************************************************************************/
24
24
25
+ #include < Arduino.h>
26
+
25
27
#include " Property.h"
26
28
29
+ #ifdef __AVR__
30
+ # include < Arduino_AVRSTL.h>
31
+ #endif
32
+
27
33
#undef max
28
34
#undef min
29
35
#include < list>
You can’t perform that action at this time.
0 commit comments