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.
Dependencies: C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources
Diff: NSPio.cpp
- Revision:
- 143:0698dbcf58f5
- Parent:
- 142:e95256b893da
--- a/NSPio.cpp Mon Mar 24 19:29:37 2014 +0000
+++ b/NSPio.cpp Mon Mar 24 19:53:20 2014 +0000
@@ -36,7 +36,7 @@
}
// send an observation
- void NSPio::sendObservation() { if (this->m_obs_sender != NULL) (*this->m_obs_sender)(); }
+ void NSPio::sendObservation() { if (this->m_obs_sender != NULL) (this->m_obs_sender)(); }
// update
void NSPio::update() { if (this->m_mbed_io != NULL) this->m_mbed_io->update(); }