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: life.h
- Revision:
- 2:cc9d8ec2e1f4
- Parent:
- 1:48b0bf0bcda8
--- a/life.h Fri May 15 12:32:47 2020 +0000 +++ b/life.h Fri May 15 17:44:25 2020 +0000 @@ -18,7 +18,7 @@ int _num; int _width; int _height; - int data[56]; + int icon[56]; }; #endif