mbed library sources

Fork of mbed-src by mbed official

Revision:
598:2d5fc5624619
Parent:
389:cdd2bb0365fe
--- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_WALLBOT_BLE/PinNames.h	Mon Jul 27 09:45:08 2015 +0100
+++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_WALLBOT_BLE/PinNames.h	Wed Jul 29 09:45:09 2015 +0100
@@ -158,6 +158,9 @@
     I2C_SCL = P0_21,
     I2C_SDA = P0_22,
 
+    I2C_SCL0 = P0_21, //required definition for the i2c patch
+    I2C_SDA0 = P0_22, //required definition for the i2c patch
+
     // Not connected
     NC = (int)0xFFFFFFFF