clock

Dependencies:   mbed

Revision:
1:013b9fdc4e78
Parent:
0:17e9016529cf
Child:
3:b8766d623f01
diff -r 17e9016529cf -r 013b9fdc4e78 myKnow/myknow.h
--- a/myKnow/myknow.h	Tue May 08 02:13:50 2018 +0000
+++ b/myKnow/myknow.h	Sat May 12 03:03:14 2018 +0000
@@ -35,8 +35,9 @@
             //static string act[];                      //act编址
             //static string assgsta[]                   //数据变量分配编址
 
-            static string polSta[];                     //状态池
-            static string polDat[];                     //数据池
+            static string polSta[100];                     //状态池
+            
+            static string polDat[20];                     //数据池
           
             static Serial uart1;
             static Serial uart2;