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
Diff: Minerengine.cpp
- Revision:
- 13:3bf02cb26d6d
- Parent:
- 12:adf4ec04ced2
- Child:
- 14:dc3524d11921
diff -r adf4ec04ced2 -r 3bf02cb26d6d Minerengine.cpp
--- a/Minerengine.cpp Thu Mar 28 22:30:56 2019 +0000
+++ b/Minerengine.cpp Thu Mar 28 22:32:09 2019 +0000
@@ -82,11 +82,4 @@
if(_gravity == 1) {
_y = _y + 1;
}
-}
-
-int Minerengine::test()
-{
- int t = _x;
- printf("t = %i \n", t);
- return t;
}
\ No newline at end of file