libmDot0mbed5
Fork of libmDot-mbed5 by
Diff: mDot.h
- Revision:
- 30:c3150500b324
- Parent:
- 19:f3a46d2bb9b3
- Child:
- 31:7fdee197d415
--- a/mDot.h Tue Sep 06 10:28:52 2016 -0500 +++ b/mDot.h Wed Sep 07 15:40:13 2016 -0500 @@ -21,11 +21,6 @@ mDot(); ~mDot(); - static void idle(void const* args) { - while (1) - __WFI(); - } - void initLora(); void setLastError(const std::string& str); @@ -67,7 +62,6 @@ lora::Settings _settings; mDotEvent* _events; - Thread _idle_thread; std::string _last_error; static const uint32_t _baud_rates[]; uint8_t _activity_led_state;