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.
Dependencies: mbed
Fork of Robocode by
Diff: source/Main.cpp
- Revision:
- 131:8ae08f41bb43
- Parent:
- 127:6bde4483ce7b
- Child:
- 132:b0034d948385
--- a/source/Main.cpp Mon May 15 13:03:16 2017 +0000
+++ b/source/Main.cpp Mon May 15 14:58:27 2017 +0000
@@ -6,6 +6,8 @@
bool positioning_state = 0;
bool mapping_state = 0;
+
+
Timer game_timer;
@@ -61,11 +63,9 @@
case 10:
state = idle();
- printf("idle1...\r\n");
break;
case 11:
state = idle2();
- printf("idle2...\r\n");
break;
case 15:
@@ -89,7 +89,7 @@
break;
case 27:
state = 28;
- mapping_state = 1;
+ //mapping_state = 1;
break;
case 28:
state = initial_turn();
