-

Revision:
3:45fd27aa5555
Parent:
2:f02ac448ecd3
--- a/Counter.h	Mon Nov 12 19:08:35 2018 +0000
+++ b/Counter.h	Mon Nov 12 23:27:02 2018 +0000
@@ -28,8 +28,8 @@
 
 class Counter
 {
+    int count[MAX_LEN];    
 private:
-    int count[MAX_LEN];
     int is_new_count;
     int address;
     #ifdef COUNTER_DEBUG