Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
7:df9f5b6dd4ed
Parent:
4:1178a1905490
--- a/HANDLER_InputPage.cpp	Sun Apr 21 20:46:28 2013 +0000
+++ b/HANDLER_InputPage.cpp	Fri Apr 26 16:17:18 2013 +0000
@@ -6,7 +6,7 @@
 
 extern BusInOut switches; //(p21, p22, p23, p24)
 extern MainMenu pageMenu[MAXPAGES ];
-
+extern volatile bool exittorecord;
 
 int InputPageHandler()
 {
@@ -67,6 +67,9 @@
                     }
  */                   
                 wait_ms(200);
+                if (exittorecord == true)
+                break;
+                
             }//eo if kbhit
         }//eo while
         return userSelection;