fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088
Fork of mbed-src by
Diff: capi/pinmap.h
- Revision:
- 4:c4bfb462ca53
- Parent:
- 2:143cac498751
--- a/capi/pinmap.h Sat Feb 23 15:48:17 2013 +0000 +++ b/capi/pinmap.h Wed Mar 13 15:04:05 2013 +0000 @@ -22,8 +22,6 @@ extern "C" { #endif -PinName parse_pins(const char *str); - typedef struct { PinName pin; int peripheral;