Menu system broken

Dependencies:   ANSITermMenuSystem

Fork of menuSystemMbed by Ryan Scott

Revision:
8:6ddb8c26387a
Parent:
7:df9f5b6dd4ed
--- a/Constantdisplay.h	Fri Apr 26 16:17:18 2013 +0000
+++ b/Constantdisplay.h	Sat May 04 17:37:57 2013 +0000
@@ -12,7 +12,7 @@
 #include "CdisplayItem.h"
 
 class Constantdisplay {
-    static const int MAXCDISPLAYITEMS = 3;
+    static const int MAXCDISPLAYITEMS = 4;
     CdisplayItem CdisplayItem[MAXCDISPLAYITEMS];
     int maxitems;
 
@@ -26,6 +26,7 @@
  //   void erase();
     void updatedisplayitem(int ID, char * updateText);
     void itoa(int n, char s[]);
+    void reverse(char *s);
 };
 
 #endif /* defined(__menuSystem__MainMenu__) */