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: snake/snake.h
- Revision:
- 14:9e2ce28b4e63
- Parent:
- 13:4026781772cb
- Child:
- 15:47ea86f1ed70
diff -r 4026781772cb -r 9e2ce28b4e63 snake/snake.h --- a/snake/snake.h Sun May 06 12:44:41 2018 +0000 +++ b/snake/snake.h Sun May 06 12:58:00 2018 +0000 @@ -24,7 +24,6 @@ private: - int _snakesize; int _array; int _point; int dir_snake;