Skip to content

Commit 16b25ce

Browse files
committed
add ARDUINO to asm blocklist
1 parent 5cc4f1c commit 16b25ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/config/blocklist.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"macros": [
3939
"ARDUINO"
4040
]
41+
},
42+
"asm": {
43+
"macros": [
44+
"ARDUINO"
45+
]
4146
}
4247
}
4348
}

0 commit comments

Comments
 (0)