PIDs and fun
Dependencies: btbee m3pi_ng mbed FatFileSystemCpp
Diff: main.cpp
- Revision:
- 10:fd4ae3946c7e
- Parent:
- 9:43be0dea44f0
- Child:
- 11:ac6112ca954f
diff -r 43be0dea44f0 -r fd4ae3946c7e main.cpp --- a/main.cpp Thu May 28 13:44:07 2015 +0000 +++ b/main.cpp Thu May 28 13:47:23 2015 +0000 @@ -6,6 +6,7 @@ #include <sstream> using namespace std; + //For USB writing #include "MSCFileSystem.h" #define FSNAME "msc" @@ -330,7 +331,7 @@ printf("%s",message); fprintf(fp,"\n"); - + message.clear(); }