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.
Fork of ExperimentServer by
Diff: ExperimentServer.cpp
- Revision:
- 4:434982de99ed
- Parent:
- 3:588db37d9079
- Child:
- 9:5a1f3abfca66
--- a/ExperimentServer.cpp	Wed Aug 12 22:20:25 2015 +0000
+++ b/ExperimentServer.cpp	Wed Aug 12 22:21:15 2015 +0000
@@ -86,6 +86,6 @@
 }
 void ExperimentServer::setExperimentComplete() {
     flushBuffer();
-    char buff = {'0'};
+    char buff[] = {'0'};
     _server.sendTo(_client,buff,1);
 }   
\ No newline at end of file
    