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.
Dependencies: FreePilot PinDetect mbed-src
Fork of FreePilot_V2-2 by
Diff: gps.h
- Revision:
- 56:456d454d9ced
- Parent:
- 55:8561b35130fc
- Child:
- 57:0299098b2d0e
--- a/gps.h Fri Mar 27 22:44:29 2015 +0000 +++ b/gps.h Sun Mar 29 16:03:18 2015 +0000 @@ -210,8 +210,8 @@ bool nmea_rmc(char *s) { - pc.puts(s); - pc.puts("\r\n"); +// pc.puts(s); + // pc.puts("\r\n"); // pc.puts("\r\ngot a string!!!!\r\n"); char *token; int token_counter = 0;