Adjust the LCD_Menu to use the mBed Application board resources

Dependents:   class_project_main

Fork of SerialLCD_Menu by Mark Shuck

Files at this revision

API Documentation at this revision

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
--- 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--;
     }