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.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: operation/OperationSupport.h
- Revision:
- 90:423177e8a401
- Parent:
- 82:ca7430f50b2b
- Child:
- 92:0acd11870c6a
diff -r 0525121f307e -r 423177e8a401 operation/OperationSupport.h
--- a/operation/OperationSupport.h	Mon Mar 16 12:12:04 2015 +0000
+++ b/operation/OperationSupport.h	Fri Mar 20 13:55:21 2015 +0000
@@ -41,7 +41,9 @@
     AbstractSmartRest& _client;
     OperationStore _store;
     OperationExecutor _executor;
-    Thread _thread1, _thread2, _thread3;
+    Thread _thread1;
+    Thread _thread2;
+    Thread _thread3;
 };
 
 extern CharValue aOperationStatePending;
    