Doug Anson / mbedConnectorInterface

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
1:cabdd0350707
Parent:
0:b438482ebbfc
Child:
2:853f9ecc12df
--- a/api/Endpoint.h	Tue Jan 27 22:23:51 2015 +0000
+++ b/api/Endpoint.h	Tue Jan 27 22:52:25 2015 +0000
@@ -63,9 +63,9 @@
             void initialize();
             
             /**
-            Begin the endpoint's main tasklet
+            Finalize the endpoint's configuration and begin the endpoint's main even loop
             */
-            static void startTasklet();
+            static void start();
         
         protected: