mbed library sources, with proposed I2C for Seed Arch BLE - not working -
Dependents: Seeed_Barometer_Sensor_Example
Fork of mbed-src by
Diff: api/Serial.h
- Revision:
- 212:34d62c0b2af6
- Parent:
- 36:ab3ee77451e7
--- a/api/Serial.h Sun May 25 08:00:07 2014 +0100 +++ b/api/Serial.h Mon May 26 18:15:07 2014 +0100 @@ -59,7 +59,7 @@ protected: virtual int _getc(); - virtual int _putc(int c); + virtual int _putc(int c); }; } // namespace mbed