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.
Revision 1:82cbdeae5d44, committed 2013-06-07
- Comitter:
- GobaudJeanLouis
- Date:
- Fri Jun 07 20:12:31 2013 +0000
- Parent:
- 0:9a44543bf4fc
- Commit message:
- none
Changed in this revision
| Lcd.cpp | Show annotated file Show diff for this revision Revisions of this file | 
diff -r 9a44543bf4fc -r 82cbdeae5d44 Lcd.cpp
--- a/Lcd.cpp	Fri Jun 07 13:45:33 2013 +0000
+++ b/Lcd.cpp	Fri Jun 07 20:12:31 2013 +0000
@@ -6,7 +6,7 @@
 
 Lcd::Lcd(PinName tx, PinName rx,int bauds) : Serial(tx, rx)
 {
-    this->baud(bauds);
+    Serial::baud(bauds);
 }
 
 void Lcd::Cls()