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.
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Diff: api/TaskletResourceObserver.cpp
- Revision:
- 32:bc40b11c3915
- Parent:
- 31:bacc63106754
- Child:
- 33:bb7d8c64880f
--- a/api/TaskletResourceObserver.cpp Wed Apr 08 15:49:56 2015 +0000
+++ b/api/TaskletResourceObserver.cpp Wed Apr 08 15:51:36 2015 +0000
@@ -29,7 +29,9 @@
ResourceObserver(resource,sleep_time),
m_tasklet_id(-1),
m_timer_id(timer_id) {
+ #ifdef CONNECTOR_USING_TASKLETS
this->m_event = NULL;
+ #endif
}
// destructor
