Merge pull request #36 from carlosperate/yotta-target

Set the target to be fetched from GitHub instead of the (deprecated) Yotta registry
This commit is contained in:
James Devine 2021-10-14 16:57:31 +01:00 committed by GitHub
commit 285f9acfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"build": {
"target": "bbc-microbit-classic-gcc,*"
"target": "bbc-microbit-classic-gcc,https://github.com/lancaster-university/yotta-target-bbc-microbit-classic-gcc"
}
}