uses pushing box to publish to google spreadsheets with a state machine instead of a while loop

Dependents:   DCS_FINAL_CODE

Fork of GSM_PUSHING_BOX_STATE_MACHINE by DCS_TEAM

Revision:
8:1d8623e25fa6
Parent:
6:3ccc86304c2c
Child:
10:32d5604accfd
diff -r 3ccc86304c2c -r 1d8623e25fa6 gsmqueue.cpp
--- a/gsmqueue.cpp	Thu Mar 05 21:50:30 2015 +0000
+++ b/gsmqueue.cpp	Thu Mar 05 23:12:12 2015 +0000
@@ -37,7 +37,10 @@
                 {
                     ++sPos; //Increment index (prefix incrementation).
                     if (*sPos == NULL)   //If finished, return true.
-                        return true;
+                    {
+                        
+                    }
+                    
                 }
                 else    //Not equal, so exit for loop and try again at a different location
                     break;