Adjust the LCD_Menu to use the mBed Application board resources

Dependents:   class_project_main

Fork of SerialLCD_Menu by Mark Shuck

Revision:
8:a6dc9b1525c7
Parent:
7:9b0298adab99
Child:
9:59ec5b7b059d
Child:
12:5c543a40d9af
diff -r 9b0298adab99 -r a6dc9b1525c7 Navigator.cpp
--- a/Navigator.cpp	Fri Aug 30 01:22:00 2013 +0000
+++ b/Navigator.cpp	Tue Sep 03 10:04:39 2013 +0000
@@ -82,10 +82,11 @@
             bottom = activeMenu->selections.size();
             cursorPos = 0;
             cursorLine = 1;
-            printMenu();
-            printCursor();
-        }
+                    }
     }
+    printMenu();
+    printCursor();
+
     lastButton[0]=button[0];
     lastButton[1]=button[1];
     lastButton[2]=button[2];