Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

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