Skip to content

Commit 28e5339

Browse files
authored
Allow GCC 9.3.2 versions for ARM Linux instead of only 9.2.1
1 parent 5f45696 commit 28e5339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"toolchain-gccarmnoneeabi": {
3030
"type": "toolchain",
3131
"owner": "platformio",
32-
"version": "~1.90201.0"
32+
"version": ">=1.90201.0,<1.90302.0"
3333
},
3434
"toolchain-rp2040-earlephilhower": {
3535
"type": "toolchain",

0 commit comments

Comments
 (0)