fix nrf51822 i2c & spi conflict

Dependencies:   BLE_API eMPL_MPU6050 nRF51822

Fork of Seeed_Tiny_BLE_Flash by Darren Huang

Revision:
5:b8c02645e6af
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-src/module.json	Tue Nov 17 07:48:56 2015 +0000
@@ -0,0 +1,30 @@
+{
+  "name": "mbed-classic",
+  "version": "0.0.1",
+  "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
+  "keywords": [
+    "mbed"
+  ],
+  "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
+  "repository": {
+    "url": "git@github.com:mbedmicro/mbed.git",
+    "type": "git"
+  },
+  "homepage": "https://github.com/mbedmicro/mbed",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "extraIncludes": [
+    "api",
+    "hal",
+    "targets/hal",
+    "targets/cmsis"
+  ],
+  "dependencies": {
+  },
+  "targetDependencies": {
+  }
+}