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:
parent
710f351c0f
commit
3bb9642b02
1 changed files with 1 additions and 1 deletions
2
.yotta.json
Executable file → Normal file
2
.yotta.json
Executable file → Normal file
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"build": {
|
||||
"target": "bbc-microbit-armcc,*"
|
||||
"target": "bbc-microbit-classic-armcc,*"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue