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.
Diff: src/kangaroo.cpp
- Revision:
- 45:0db0fc9f77b1
- Parent:
- 43:68faf056ed5c
- Child:
- 48:8f0e007bd305
diff -r 3566c5699ba6 -r 0db0fc9f77b1 src/kangaroo.cpp --- a/src/kangaroo.cpp Wed Nov 27 02:51:39 2013 +0000 +++ b/src/kangaroo.cpp Sun Dec 01 07:23:22 2013 +0000 @@ -71,8 +71,6 @@ } void Kangaroo::start(){ - m1.setPos(0.0); - m2.setPos(0.0); m1.start(); m2.start(); }