microbit: changed default target to gcc

gcc is more widely used in the community due to being open source and free...
changed the default compiler to suit the common case.
master
Joe Finney 8 years ago
parent f2a04f0f4d
commit d821d76abc

@ -1,5 +1,5 @@
{
"build": {
"target": "bbc-microbit-classic-armcc,*"
"target": "bbc-microbit-classic-gcc,*"
}
}
}

Loading…
Cancel
Save