2021A Conste RX/TX lib

Dependents:   R21_ConsteSlave2

Revision:
1:b67e696c0ec3
Parent:
0:847ba7e5b1a0
Child:
3:1a22afd67175
--- a/conste.h	Thu Nov 04 10:42:49 2021 +0000
+++ b/conste.h	Sun Nov 07 16:04:00 2021 +0000
@@ -25,11 +25,11 @@
     /* 受信生データ */
     uint8_t readData[255];
     uint8_t readLoc;
-    /* 各種処理済みデータ */
-    uint8_t arrayRestore[255];
     
     
 public:
+    /* 各種処理済みデータ */
+    uint8_t arrayRestore[255];
     Serial uart;
     Timer lostRX;