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:
- 29:e7d0208bf2af
- Parent:
- 27:df11ab63cda4
- Child:
- 31:51f52ffa4b51
--- a/source/main.cpp Tue Mar 07 11:05:20 2017 +0000
+++ b/source/main.cpp Tue Mar 07 16:24:52 2017 +0000
@@ -35,7 +35,8 @@
{
move_init();
while(1) {
- sync_movement(false,true);
+ sync_movement(false,true);
+ wait(0.05);
}
}
