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: engine/engine.cpp
- Revision:
- 12:0d7d3be8bd40
- Parent:
- 11:7027f69672fc
- Child:
- 13:7ad2072d63ac
diff -r 7027f69672fc -r 0d7d3be8bd40 engine/engine.cpp
--- a/engine/engine.cpp Mon Apr 23 21:10:55 2018 +0000
+++ b/engine/engine.cpp Mon Apr 23 21:17:53 2018 +0000
@@ -153,8 +153,8 @@
{
lcd.clear();
+ lcd.printString("Game Over ",0,1);
lcd.refresh();
- lcd.printString(" Game Over ",5,1);
wait(5);
}