disable stdout claim
Dependents: class_project_main
Fork of C12832_lcd by
Revision 4:8d812da33cdc, committed 2012-12-05
- Comitter:
- dreschpe
- Date:
- Wed Dec 05 07:17:51 2012 +0000
- Parent:
- 3:468cdccff7af
- Child:
- 5:0f53e522a2bf
- Commit message:
- Fix for mbed lib rev. 50
Changed in this revision
TextDisplay.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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) {