update module.json to depend on mbed-drivers instead of mbed-core

master
Rohit Grover 2015-08-10 08:36:41 +01:00
parent 3d6893f3da
commit 340a046a8c
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"mbed-classic": "~0.0.1"
},
"mbed": {
"mbed-core": "*"
"mbed-drivers": "*"
}
}
}
}