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 0399f35 commit e754e7aCopy full SHA for e754e7a
tools/config/blocklist.json
@@ -9,6 +9,9 @@
9
"-Wl,--wrap,_malloc_r",
10
"-Wl,--wrap,_realloc_r"
11
]
12
+ "macros": [
13
+ "ARDUINO"
14
+ ]
15
},
16
"cxx": {
17
"flags": [
@@ -19,6 +22,9 @@
19
22
"-Wno-missing-field-initializers",
20
23
"-Wno-unused-parameter"
21
24
25
26
27
28
29
"c": {
30
@@ -29,6 +35,9 @@
35
36
31
37
38
39
40
32
41
}
33
42
34
43
0 commit comments