ads1115 only
Fork of mbed by
Diff: Serial.h
- Revision:
- 85:024bf7f99721
- Parent:
- 68:f37f3b9c9f0b
- Child:
- 98:8ab26030e058
--- a/Serial.h Mon May 19 18:14:09 2014 +0100 +++ b/Serial.h Wed Jun 11 15:14:05 2014 +0100 @@ -59,7 +59,7 @@ protected: virtual int _getc(); - virtual int _putc(int c); + virtual int _putc(int c); }; } // namespace mbed