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: main.cpp
- Revision:
- 8:5f0190b282f7
- Parent:
- 7:f61ac963eb07
- Child:
- 15:7ca2d1b2bd0e
--- a/main.cpp Fri May 29 02:55:37 2020 +0000
+++ b/main.cpp Fri May 29 03:12:14 2020 +0000
@@ -37,7 +37,7 @@
if(number_of_failures > 0) return number_of_failures;
#endif
int fps = 6; // frames per second
- init(); ` // initialise
+ init(); // initialise
welcome(); // welcome screen for user to start
render(); // first draw the initial frame
wait(1.0f/fps); // and wait for one frame period