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/PollThread.cpp
- Revision:
- 107:fc5f25f0e0d5
- Parent:
- 106:c61f0d62b625
- Child:
- 108:f1ee3e1eb126
--- a/operation/PollThread.cpp Mon May 11 18:10:44 2015 +0000 +++ b/operation/PollThread.cpp Wed May 13 12:12:55 2015 +0000 @@ -41,7 +41,6 @@ void PollThread::threadFunc() { unsigned short state = 1; - aInfo("Poll thread: %p\n", Thread::gettid()); while (true) { switch (state) { case 1: if (!handshake()) {