Set the target to be fetched from GiHub instead of (deprecated) Yotta registry.

This commit is contained in:
carlosperate 2021-10-14 16:34:19 +01:00
parent c3b02564fd
commit a97ba70394
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"
}
}