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/StartUp.cpp
- Revision:
- 127:6bde4483ce7b
- Parent:
- 120:cdf7a6751f9e
- Child:
- 129:670a954495bf
--- a/source/StartUp.cpp Sun May 14 13:40:17 2017 +0000
+++ b/source/StartUp.cpp Sun May 14 14:40:12 2017 +0000
@@ -56,7 +56,7 @@
printf("turning...\r\n");
if(turn_for_deg(0,1) < 0) { // check if turning complete
// printf("turn finished...\r\n");
-
+ print_map();
return 35;
}
}
