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: 4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player
Diff: MainGame.cpp
- Revision:
- 13:67e79a582164
- Parent:
- 12:2f358065ba3f
- Child:
- 15:e09ab0d14d4b
--- a/MainGame.cpp Sat Oct 29 00:18:10 2016 +0000 +++ b/MainGame.cpp Sat Oct 29 20:01:27 2016 +0000 @@ -152,7 +152,7 @@ obsArr[2].move(9); } mutex.unlock(); - Thread::wait(100); + Thread::wait(500); } } }