Test

Revision:
1:82cbdeae5d44
Parent:
0:9a44543bf4fc
--- 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()