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: mbed-connector-interface/TickerResourceObserver.h
- Revision:
- 122:4072e03884e4
- Parent:
- 54:dfee8691c83a
- Child:
- 126:f37e34daa100
--- a/mbed-connector-interface/TickerResourceObserver.h Fri Mar 31 06:21:29 2017 +0000 +++ b/mbed-connector-interface/TickerResourceObserver.h Thu Jul 13 18:48:54 2017 +0000 @@ -71,9 +71,9 @@ virtual void stopObservation(); /** - tasklet invoke function (static) + observation task method */ - void observationNotifier(void); + void observation_task(void); /** halt the underlying observer mechanism