Fork of GPS by
Revision 2:8392585fd821, committed 2014-11-26
- Comitter:
- Renato
- Date:
- Wed Nov 26 14:39:50 2014 +0000
- Parent:
- 1:afffc21a3ee7
- Commit message:
Changed in this revision
GPS.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r afffc21a3ee7 -r 8392585fd821 GPS.h --- a/GPS.h Fri Nov 21 17:00:34 2014 +0000 +++ b/GPS.h Wed Nov 26 14:39:50 2014 +0000 @@ -55,13 +55,14 @@ int number_sats; + char msg[256]; private: float trunc(float v); void getline(); Serial _gps; - char msg[256]; + //char msg[256]; };