Alejandro Ungria Hirte / GA-Berkay_Alex

Dependencies:   mbed-dev

Fork of GA-Test_copy by Huseyin Berkay Berabi

Revision:
3:8bee1711d186
Parent:
1:346279def7ac
--- a/PC/PC.h	Wed Jan 10 16:14:49 2018 +0000
+++ b/PC/PC.h	Wed Feb 28 16:10:21 2018 +0000
@@ -12,10 +12,10 @@
         void cls();                                                                        // to clear the display
         void locate(int column, int row);                                                  // to relocate the cursor
         void readcommand(void (*executer)(char*));                  // to read a char from the pc to the command string
+                    int command_char_count;
         
         char command[COMMAND_MAX_LENGHT];
     private:
-        int command_char_count;
 };
 #endif