Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Init.cpp
- Revision:
- 34:770a6bbb4d63
- Parent:
- 26:a53c3208ac35
- Child:
- 35:63ccdae58da4
diff -r d939479e7b13 -r 770a6bbb4d63 Init.cpp
--- a/Init.cpp Wed Mar 01 08:05:52 2017 +0000
+++ b/Init.cpp Wed Mar 01 14:34:27 2017 +0000
@@ -34,7 +34,9 @@
}
strbuf.clear();
}
- if(strbuf.size() > 30)strbuf.clear();
+ if(strbuf.size() > 30){
+ strbuf.clear();
+ }
}
}
@@ -114,7 +116,7 @@
}else if(command == "write"){
//ここで,ニュートラル情報をLocalFileに保存
- Global::filewrite();
+ //Global::filewrite();
}else{
printf("Invalid Input\n");