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.
Fork of Mbed-Mensch-1 by
Revision 6:eda2b36d5be1, committed 2016-03-11
- Comitter:
- ladner
- Date:
- Fri Mar 11 07:52:54 2016 +0000
- Parent:
- 5:f4db4cd245e3
- Child:
- 7:903a6653a43b
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 11 07:47:58 2016 +0000 +++ b/main.cpp Fri Mar 11 07:52:54 2016 +0000 @@ -160,8 +160,8 @@ selected[depth-1]=3; else selected[depth-1]--; + print_menu(); } - print_menu(); } void down() { @@ -171,8 +171,8 @@ selected[depth-1]=0; else selected[depth-1]++; + print_menu(); } - print_menu(); } void accept() {