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/Operation.h
- Revision:
- 94:010b0f7a0a1a
- Parent:
- 93:61d44636f020
--- a/operation/Operation.h Mon Apr 20 15:04:23 2015 +0000 +++ b/operation/Operation.h Wed Apr 22 11:22:25 2015 +0000 @@ -18,9 +18,9 @@ typedef Mail<Operation, POOL_SIZE> OperationPool; const char* strOperationState(OperationState state); -extern const char strPending[]; -extern const char strExecuting[]; -extern const char strSuccessful[]; -extern const char strFailed[]; +extern const char *strPending; +extern const char *strExecuting; +extern const char *strSuccessful; +extern const char *strFailed; #endif
