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: C027_Support
Fork of C027_SupportTest by
Revision 14:ab7c8627f950, committed 2014-05-12
- Comitter:
- mazgch
- Date:
- Mon May 12 07:29:13 2014 +0000
- Parent:
- 13:662bd1df9a72
- Child:
- 15:ea10b6cf8c85
- Commit message:
- pull latest lib
Changed in this revision
--- a/C027_Support.lib Fri May 09 11:57:47 2014 +0000 +++ b/C027_Support.lib Mon May 12 07:29:13 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/ublox/code/C027_Support/#8ce9169e0747 +http://mbed.org/teams/ublox/code/C027_Support/#e7b81c31baec
--- a/main.cpp Fri May 09 11:57:47 2014 +0000
+++ b/main.cpp Mon May 12 07:29:13 2014 +0000
@@ -217,7 +217,7 @@
{
int len = LENGTH(ret);
//TRACE("NMEA: %.*s\r\n", len-2, msg);
- if ((PROTOCOL(ret) == NMEA) && (len > 6) && !strncmp("$GPGLL", buf, 6))
+ if ((PROTOCOL(ret) == GPSParser::NMEA) && (len > 6) && !strncmp("$GPGLL", buf, 6))
{
double la = 0, lo = 0;
char ch;
--- a/mbed-src.lib Fri May 09 11:57:47 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed-src/#242346c42295
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon May 12 07:29:13 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/8a40adfe8776 \ No newline at end of file
