support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Fork of C027_Support by u-blox

Revision:
101:edfeb8af206e
Parent:
95:8282dbbe1492
diff -r 5e8b69232ea2 -r edfeb8af206e Pipe.h
--- a/Pipe.h	Tue Jul 01 05:46:06 2014 +0000
+++ b/Pipe.h	Tue Jul 01 06:41:26 2014 +0000
@@ -212,13 +212,13 @@
         return t; 
     }
     
-    /** commit the index, mrk the current parsing index as consumed data.
+    /** commit the index, mark the current parsing index as consumed data.
     */
     void done(void) 
     {
         _r = _o; 
     } 
-    
+
 private:
     /** increment the index
         \param i index to increment