Adjust the LCD_Menu to use the mBed Application board resources
Dependents: class_project_main
Fork of SerialLCD_Menu by
Revision 13:98d452550cbe, committed 2013-09-12
- Comitter:
- jakowisp
- Date:
- Thu Sep 12 05:52:18 2013 +0000
- Parent:
- 12:5c543a40d9af
- Parent:
- 9:59ec5b7b059d
- Commit message:
- still merging; ;
Changed in this revision
Navigator.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5c543a40d9af -r 98d452550cbe Navigator.cpp --- a/Navigator.cpp Thu Sep 12 05:40:36 2013 +0000 +++ b/Navigator.cpp Thu Sep 12 05:52:18 2013 +0000 @@ -99,7 +99,6 @@ if(cursorLine == 2){ cursorLine = 1; } - if(cursorPos != 0){ cursorPos--; }