From 63666ef1b7dbdceea56ea30d74780507e365d940 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Fri, 9 Oct 2015 17:00:44 +0300 Subject: [PATCH] Fix yotta dependencies Recent changes in various repositories broke the build of the yotta module again :( This change fixes the build. Build tested with frdm-k64f-gcc. I didn't update the yotta version number because I don't know what is your policy with regards to version changes. --- yotta/data/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yotta/data/module.json b/yotta/data/module.json index 1a65834cc..51b95b231 100644 --- a/yotta/data/module.json +++ b/yotta/data/module.json @@ -10,9 +10,9 @@ ], "dependencies": {}, "targetDependencies": { - "mbed": { "cmsis-core": "~0.2.3" } + "mbed": { "cmsis-core": "~0.4.0" } }, "testTargetDependencies": { - "mbed": { "sockets": "~0.5.0" } + "mbed": { "sockets": "~0.6.0" } } }