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: money/money.cpp
- Revision:
- 10:ef01b3076040
- Parent:
- 9:d217a636c18d
- Child:
- 14:a4176da69b49
diff -r d217a636c18d -r ef01b3076040 money/money.cpp
--- a/money/money.cpp Thu Apr 19 23:07:14 2018 +0000
+++ b/money/money.cpp Sun Apr 22 23:34:39 2018 +0000
@@ -29,6 +29,7 @@
//update the movement of money
money_speed = 4;
money_y+= money_speed;
+
}