Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SprintUSBModemWebsocketTest-LCD-RO iOSAppChat Christmas-LCD led_dimm ... more
Diff: TextDisplay.cpp
- Revision:
- 4:8d812da33cdc
- Parent:
- 0:4bbc531be6e2
- Child:
- 9:e0e646b7fd20
--- a/TextDisplay.cpp Thu Oct 25 17:34:34 2012 +0000 +++ b/TextDisplay.cpp Wed Dec 05 07:17:51 2012 +0000 @@ -5,7 +5,7 @@ #include "TextDisplay.h" -TextDisplay::TextDisplay(const char *name) : Stream(name){ +TextDisplay::TextDisplay(const char *name) : Stream(){ _row = 0; _column = 0; if (name == NULL) {