Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
35:c1405da88d3a
Parent:
33:0fa936c5a098
Child:
38:76e49d045a3b
--- a/proto_code.cpp	Wed Jan 06 16:57:57 2016 +0000
+++ b/proto_code.cpp	Wed Jan 06 20:38:09 2016 +0000
@@ -1079,7 +1079,7 @@
       current = millis();
       delta = current - st;
       
-      if(delta > 3000L) 
+      if(delta > 300L) 
       {
         writeToPhone("FT: %d %lu\r\n", i, current);
         
@@ -1180,6 +1180,7 @@
       else 
         interpret('p', 0);
     }
+    
     break;
   case RUNNING_I:
     if(event.type == Event::finish)