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: net lpc1768 crypto clock web log
Diff: http-derived/nmea/http-nmea-query.c
- Revision:
- 29:4fe0f237fd61
- Parent:
- 27:eb5728b9052b
- Child:
- 35:a535b65203a9
--- a/http-derived/nmea/http-nmea-query.c Fri Jan 18 14:37:57 2019 +0000 +++ b/http-derived/nmea/http-nmea-query.c Fri Jan 18 17:59:42 2019 +0000 @@ -9,7 +9,7 @@ { char* pName; char* pValue; - pQuery = HttpSplitQuery(pQuery, &pName, &pValue); + pQuery = HttpQuerySplit(pQuery, &pName, &pValue); int value = (int)strtol(pValue, NULL, 10);