From a97ba70394cef088000576a9a6ffd00439e63fff Mon Sep 17 00:00:00 2001 From: carlosperate Date: Thu, 14 Oct 2021 16:34:19 +0100 Subject: [PATCH] Set the target to be fetched from GiHub instead of (deprecated) Yotta registry. --- .yotta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yotta.json b/.yotta.json index 49df555..06a98ac 100644 --- a/.yotta.json +++ b/.yotta.json @@ -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" } }