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.
This commit is contained in:
Joe Finney 2015-12-11 15:20:19 +00:00
parent f2a04f0f4d
commit d821d76abc
1 changed files with 2 additions and 2 deletions

View File

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