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.
Fork of C027_Support by
Diff: GPS.h
- Revision:
- 13:e2446fcdc246
- Parent:
- 11:b084552b03fe
- Child:
- 18:e5697801df29
diff -r 684b31d5482b -r e2446fcdc246 GPS.h
--- a/GPS.h Fri Nov 15 13:33:39 2013 +0000
+++ b/GPS.h Tue Nov 19 08:34:51 2013 +0000
@@ -41,7 +41,6 @@
public:
GPSSerial(PinName tx = GPSTXD, PinName rx = GPSRXD, int baudrate = GPSBAUD,
int rxSize = RX_SIZE, int txSize = TX_SIZE);
-
virtual int getMessage(char* buf, int len);
protected:
virtual char next(void);
