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.
This commit is contained in:
Bogdan Marinescu 2015-10-09 17:00:44 +03:00
parent 262c137d8c
commit 63666ef1b7

View File

@ -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" }
}
}