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/Endpoint.cpp
- Revision:
- 1:cabdd0350707
- Parent:
- 0:b438482ebbfc
- Child:
- 2:853f9ecc12df
diff -r b438482ebbfc -r cabdd0350707 api/Endpoint.cpp
--- a/api/Endpoint.cpp Tue Jan 27 22:23:51 2015 +0000
+++ b/api/Endpoint.cpp Tue Jan 27 22:52:25 2015 +0000
@@ -96,8 +96,8 @@
DBG("NSP_registration() completed\r\n");
}
- // start the endpoint's main loop
- void Endpoint::startTasklet() {
+ // Finalize the endpoint's configuration and begin the endpoint's main even loop
+ void Endpoint::start() {
// mbedEndpointLib tasklet creation...
int main_tasklet_id = arm_ns_tasklet_create(&tasklet_main);
if(main_tasklet_id < 0) {
