Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
3:bdf42b6c15f4
Parent:
0:a5ece7312edc
Child:
4:1178a1905490
--- a/HANDLER_OutputPage.cpp	Thu Feb 28 00:42:06 2013 +0000
+++ b/HANDLER_OutputPage.cpp	Fri Mar 08 17:37:11 2013 +0000
@@ -5,7 +5,7 @@
 #include "console.h"
 
 extern BusInOut switches; //(p21, p22, p23, p24)
-extern MainMenu pageMenu[12];
+extern MainMenu pageMenu[MAXPAGES ];
 
 
 int OutputPageHandler()