program for receiving 2021NHK B_team controller

Dependencies:   2021Bcon

Revision:
1:0cc19b454fc6
Parent:
0:157b6d43eb95
--- a/main.cpp	Sat Oct 16 05:25:59 2021 +0000
+++ b/main.cpp	Sat Oct 16 13:42:48 2021 +0000
@@ -17,7 +17,7 @@
         pc.printf(" | ");
         for (int i=0; i<4; i++) pc.printf("%3d ", stick[i]);
         pc.printf(" | ");
-        if (mycon.status) pc.printf("OK\r\n");
-        else pc.printf("ERROR\r\n");
+        if (mycon.status) pc.printf("received\r\n");
+        else pc.printf("anything error...\r\n");
     }
 }
\ No newline at end of file