Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: HANDLER_ContrastPage.cpp
- Revision:
- 7:df9f5b6dd4ed
- Parent:
- 4:1178a1905490
--- a/HANDLER_ContrastPage.cpp Sun Apr 21 20:46:28 2013 +0000 +++ b/HANDLER_ContrastPage.cpp Fri Apr 26 16:17:18 2013 +0000 @@ -6,6 +6,7 @@ extern BusInOut switches; //(p21, p22, p23, p24) extern MainMenu pageMenu[MAXPAGES ]; +extern volatile bool exittorecord; int ContrastPageHandler() @@ -64,7 +65,10 @@ } */ wait_ms(200); - }//eo if kbhit + if (exittorecord == true) + break; + + }//eo if kbhit }//eo while return userSelection; } \ No newline at end of file