MPUとHMCでうごくかもver

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by hiroya taura

Revision:
34:4bda9af9a0cd
Parent:
28:d993f3bbe302
--- a/BufferedSerial/BufferedSerial.cpp	Sun Jul 19 02:21:43 2015 +0000
+++ b/BufferedSerial/BufferedSerial.cpp	Thu Aug 06 15:45:48 2015 +0000
@@ -159,7 +159,7 @@
 
 bool BufferedSerial::checkCTS(void)
 {
-    static bool _send_flg=true;
+    volatile static bool _send_flg=true;
     if(_send_flg) {
         _send_flg=!_cts;
     } else {