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.
Diff: GameEngine/SnakevsBlock/SnakevsBlock.cpp
- Revision:
- 52:c2faa96cf293
- Parent:
- 51:387249f9b333
- Child:
- 53:527cf297b088
--- a/GameEngine/SnakevsBlock/SnakevsBlock.cpp Fri Apr 26 18:30:25 2019 +0000 +++ b/GameEngine/SnakevsBlock/SnakevsBlock.cpp Fri Apr 26 18:44:45 2019 +0000 @@ -126,7 +126,7 @@ else { back = 0; } - printf("%d\n",_length); + //printf("%d\n",_length); if(_length >= 20) { level = _wl.LevelComplete(lcd, pad, level); _Setstats.write(level, sd);