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: Snake/Snake.h
- Revision:
- 1:b34f1b9b2b62
- Parent:
- 0:bc1d36f5f772
- Child:
- 2:b891a5841ee2
diff -r bc1d36f5f772 -r b34f1b9b2b62 Snake/Snake.h --- a/Snake/Snake.h Sun May 05 14:06:00 2019 +0000 +++ b/Snake/Snake.h Sun May 05 14:14:58 2019 +0000 @@ -57,6 +57,6 @@ Food _food; -}; +};//definition of variable and functions #endif