Adjust the LCD_Menu to use the mBed Application board resources

Dependents:   class_project_main

Fork of SerialLCD_Menu by Mark Shuck

Revision:
13:98d452550cbe
Parent:
12:5c543a40d9af
Parent:
9:59ec5b7b059d
--- 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--;
     }