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: io/DeviceFeedback.cpp
- Revision:
- 78:bf32dfe6c47f
- Parent:
- 76:b07effe83fb8
- Child:
- 90:423177e8a401
--- a/io/DeviceFeedback.cpp Tue Mar 03 14:10:09 2015 +0000
+++ b/io/DeviceFeedback.cpp Wed Mar 04 09:36:03 2015 +0000
@@ -47,9 +47,7 @@
void DeviceFeedback::sendMessage(uint8_t msg)
{
- uint8_t *msgPtr;
-
- msgPtr = _mail.alloc();
+ uint8_t *msgPtr = _mail.alloc();
*msgPtr = msg;
_mail.put(msgPtr);
}
