mbed library sources
Fork of mbed-src by
Diff: api/Serial.h
- Revision:
- 212:34d62c0b2af6
- Parent:
- 36:ab3ee77451e7
- Child:
- 525:c320967f86b9
--- 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