Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of GA-Test_copy by
Diff: PC/PC.h
- 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
 
    