Myserial Library extends RawSerial

Revision:
7:d5fe75a0a885
Parent:
6:7853f8641372
Child:
9:981384455445
--- a/MySerial.h	Mon Jun 23 07:45:15 2014 +0000
+++ b/MySerial.h	Mon Jun 23 07:47:01 2014 +0000
@@ -60,7 +60,7 @@
      */
     template <class X> int GetString(int size, X cWord)
     {
-        return GetString(size, &cWord[0]);
+        return GetString(size, &cWord);
     }
 
 protected: