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/Movement.cpp
- Revision:
- 71:ddf4eb5c3081
- Parent:
- 65:b27aa01c2cf6
- Child:
- 74:dba260cb5ae4
- Child:
- 75:d9c387b83196
diff -r 922cbbfebf02 -r ddf4eb5c3081 source/Movement.cpp
--- a/source/Movement.cpp Thu Apr 20 07:36:50 2017 +0000
+++ b/source/Movement.cpp Thu Apr 20 11:37:24 2017 +0000
@@ -52,7 +52,7 @@
right = -50.0f;
}
set_speed(left, right);
- t = 0;
+ t.reset();
previous_t = 0;
t.start();
