Andrew Boyson / gps

Dependencies:   net lpc1768 crypto clock web log

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);