From 3bb9642b02affe7e5e27b728d3f93b8ff5b53751 Mon Sep 17 00:00:00 2001 From: James Devine Date: Sat, 8 Aug 2015 00:15:11 +0100 Subject: [PATCH] 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. --- .yotta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .yotta.json diff --git a/.yotta.json b/.yotta.json old mode 100755 new mode 100644 index 6508ba1..ad88f0a --- a/.yotta.json +++ b/.yotta.json @@ -1,5 +1,5 @@ { "build": { - "target": "bbc-microbit-armcc,*" + "target": "bbc-microbit-classic-armcc,*" } } \ No newline at end of file