Commit efaa760
authored
CI: Reduce the min GCC version used to match what MakeCode (PXT) uses. (#99)
* CI: Reduce the min GCC version used to match what MakeCode (PXT) uses.
* Fix issue building in arm-none-eabi-gcc v6.
Including stdio.h before MicroBit.h caused a stdio macro for
putc(int, FILE*) to cause havoc on putc methods in multiple CODAL
classes like serial.1 parent 893d446 commit efaa760
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments