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: Navigator.cpp
- Revision:
- 3:3c6551467d77
- Parent:
- 2:2654dc659298
--- a/Navigator.cpp Tue Mar 05 21:24:37 2013 +0000 +++ b/Navigator.cpp Tue Dec 03 19:37:11 2019 +0000 @@ -29,10 +29,7 @@ } void Navigator::printCursor() -{ - if(activeMenu->selections[cursorPos].childMenu == NULL) printf("No child menu\n"); - else printf("child menu: %s\n", activeMenu->selections[cursorPos].childMenu->menuID); - +{ lcd->locate(0,0); if(cursorLine == 1){ lcd->putc('>');