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
Fork of el17ajf by
Diff: Engine/Engine.cpp
- Revision:
- 8:5066ce13a430
- Parent:
- 6:a54df561f442
- Child:
- 9:3a7776a29a11
diff -r 2e37bad816cb -r 5066ce13a430 Engine/Engine.cpp
--- a/Engine/Engine.cpp Fri Mar 15 07:55:23 2019 +0000
+++ b/Engine/Engine.cpp Fri Mar 15 16:39:06 2019 +0000
@@ -26,6 +26,6 @@
Graphics::render();
- wait_ms(1000/FPS);
+ wait_ms(1000 / Engine::FPS);
}
}
\ No newline at end of file
