microbit: changed the default target

Previously the default target in .yotta.json was targetting
a namespace that did exist originally, but no longer does.

The default target is now bbc-microbit-classic-armcc.
This commit is contained in:
James Devine 2015-08-08 00:15:11 +01:00
parent 710f351c0f
commit 3bb9642b02
1 changed files with 1 additions and 1 deletions

2
.yotta.json Executable file → Normal file
View File

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