From 0ccd4537bd7ee830311d329b5716f43305418d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 5 Oct 2015 14:50:41 +0100 Subject: [PATCH] Fix yotta version dependencies again --- yotta/data/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yotta/data/module.json b/yotta/data/module.json index 843667544..e480ade65 100644 --- a/yotta/data/module.json +++ b/yotta/data/module.json @@ -10,7 +10,7 @@ ], "dependencies": {}, "targetDependencies": { - "mbed": { "cmsis-core": "~0.3.0" } + "mbed": { "cmsis-core": "~0.2.3" } }, "testTargetDependencies": { "mbed": { "sockets": "~0.5.0" }