Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: HANDLER_HomePage.cpp
- Revision:
- 7:df9f5b6dd4ed
- Parent:
- 4:1178a1905490
--- a/HANDLER_HomePage.cpp Sun Apr 21 20:46:28 2013 +0000 +++ b/HANDLER_HomePage.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 homePageHandler() { @@ -43,6 +44,9 @@ break; }//eo select wait_ms(200); + if (exittorecord == true) + break; + }//eo if switch press detected }//eo while return userSelection;