Menu system broken
Dependencies: ANSITermMenuSystem
Fork of menuSystemMbed by
Diff: HANDLER_PlayscreenPage.cpp
- Revision:
- 8:6ddb8c26387a
- Parent:
- 7:df9f5b6dd4ed
--- a/HANDLER_PlayscreenPage.cpp Fri Apr 26 16:17:18 2013 +0000 +++ b/HANDLER_PlayscreenPage.cpp Sat May 04 17:37:57 2013 +0000 @@ -44,6 +44,7 @@ }//eo select // is the user selection an ACTION assigned to this page +/* if (userSelection != 0 && userSelection > PLAYSCROFFSET) //page selections are 0 through 12 { // place code here to handle actions processed directly from this page @@ -52,7 +53,7 @@ switch(userSelection) { - case EX_PLAYTRACK : + case P_TRACKFILE : printXY("Example Track selected ", 5, 10); //***********---------------***************------------********** Discuss with Brad //call function to perform task break; @@ -62,6 +63,7 @@ // eo place code here ...... userSelection = 0; } +*/ wait_ms(200); if (exittorecord == true) break;