Colin Stearns / Mbed 2 deprecated qcControl

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
46:f89fc45811a1
Parent:
45:0d6ef4cbd4c7
Child:
49:06721139d298
--- a/packet.h	Thu Apr 24 16:16:57 2014 +0000
+++ b/packet.h	Fri Apr 25 23:50:51 2014 +0000
@@ -78,10 +78,10 @@
             if(getTCPConStatus){
                 setTCPConStatus = 0;
                 while(getTCPConStatus){}
-                wait_us(100000);
+                wait_us(200000);
             }
             setTCPConStatus = 1;
-            wait_us(100000);
+            wait_us(200000);
             timed_out = t.get_num_trips();
         }while(!getTCPConStatus && !timed_out);
         t.stop_timer();