required mdot library updated
Fork of libmDot-mbed5 by
Revision 30:c3150500b324, committed 2016-09-07
- Comitter:
- Jenkins@KEILDM1.dc.multitech.prv
- Date:
- Wed Sep 07 15:40:13 2016 -0500
- Parent:
- 29:58f367ec5905
- Child:
- 31:7fdee197d415
- Commit message:
- update from git revision 2.0.6-11-gaae06a1
Changed in this revision
libmDot.ar | Show annotated file Show diff for this revision Revisions of this file |
mDot.h | Show annotated file Show diff for this revision Revisions of this file |
Binary file libmDot.ar has changed
--- 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;