Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of football_project by
Diff: proto_code.cpp
- 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;
}
}
