Adjust the LCD_Menu to use the mBed Application board resources

Dependents:   class_project_main

Fork of SerialLCD_Menu by Mark Shuck

Revision:
6:a28c1967bb83
Parent:
3:920157b558db
Child:
11:af7687f1a985
--- a/Selection.cpp	Sun Aug 04 18:02:39 2013 +0000
+++ b/Selection.cpp	Fri Aug 30 01:16:16 2013 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 #include "Selection.h"
-#include "SerialLCD.h"
+//#include "SerialLCD.h"
 
 Selection::Selection(void (*fun)(), int position, Menu *child, char* text) : 
     fun(fun), selText(text), pos(position), childMenu(child) {}