From 00e76777b28d84bd9076271f161cd78fec2618b5 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 7 Aug 2015 15:50:03 +0100 Subject: [PATCH] add yotta dependency for mbed-core --- module.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module.json b/module.json index cb8cec9..6d96e1c 100644 --- a/module.json +++ b/module.json @@ -25,6 +25,9 @@ }, "mbed-classic": { "mbed-classic": "~0.0.1" + }, + "mbed" : { + "mbed-core" : "*" } } } \ No newline at end of file