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.
diff --git a/yotta/data/module.json b/yotta/data/module.json
index 1a65834..51b95b2 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" }
}
}