From 336129cacb9e9a683a183879a45981e66d361fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 28 Apr 2015 13:03:29 +0200 Subject: [PATCH] Use internal repo for mbed --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 3da7cf4ee..a954bf267 100644 --- a/module.json +++ b/module.json @@ -10,7 +10,7 @@ "dependencies": {}, "targetDependencies": { "arm": { - "mbed": "ARMmbed/mbed-sdk" + "mbed": "~3.0.0-alpha2" } } }