Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: operation/PollThread.cpp
- Revision:
- 106:fc5f25f0e0d5
- Parent:
- 105:c61f0d62b625
- Child:
- 107: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()) {