mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: source/EventQueueResourceObserver.cpp
- Revision:
- 124:097ec45bd12b
- Parent:
- 123:2167e9286edb
--- a/source/EventQueueResourceObserver.cpp Thu Jul 13 19:04:25 2017 +0000 +++ b/source/EventQueueResourceObserver.cpp Thu Jul 13 19:07:40 2017 +0000 @@ -65,7 +65,7 @@ // halt the underlying observer mechanism void EventQueueResourceObserver::halt() { - this->m_event_queue.cancel(); + this->m_event_queue.cancel(this->m_id); } #endif // CONNECTOR_USING_EVENT_QUEUES \ No newline at end of file