Add a bunch of APNs
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);