Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
33:0fa936c5a098
Parent:
32:64e5d7340d82
Parent:
29:ae208b014987
Child:
35:c1405da88d3a
diff -r 64e5d7340d82 -r 0fa936c5a098 proto_code.cpp
--- a/proto_code.cpp	Wed Jan 06 16:39:59 2016 +0000
+++ b/proto_code.cpp	Wed Jan 06 16:56:12 2016 +0000
@@ -1058,7 +1058,7 @@
   
   writeToPhone("FC\r\n");
   
-  int retry_count = 0;  
+  int retry_count = 0;
 
   for(i = 2; i < NUM_CONES + 1; ++i)
   {
@@ -1092,13 +1092,12 @@
             break;
         }
       }
-        
       if(ta.recieve(m_in))
       {
         lonely = false;
         active_cones[m_in->cone] = true;
-
-        writeToPhone("FS: %d\r\n", m_in->cone);        
+        
+        writeToPhone("FS: %d\r\n", m_in->cone);
         break;
       }
     }