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:
- 72:4e8a151d804e
- Parent:
- 71:ddf4eb5c3081
- Child:
- 78:d9138c6f82a8
diff -r ddf4eb5c3081 -r 4e8a151d804e source/Main.cpp
--- a/source/Main.cpp Thu Apr 20 11:37:24 2017 +0000
+++ b/source/Main.cpp Fri Apr 21 12:12:57 2017 +0000
@@ -41,7 +41,7 @@
//Every function will return the next active state upon its transition table.
//State and Transition Table can be found in the State_Machine.xlsx
//*******************************************************************************
- printf("state: %d\r\n",state);
+ //printf("state: %d\r\n",state);
switch (state) {
case 0:
state = emergency_shutdown();
