test
Fork of mbed-dev by
Diff: drivers/LowPowerTicker.h
- Revision:
- 169:9672193075cf
- Parent:
- 168:e84263d55307
--- a/drivers/LowPowerTicker.h Wed Jun 21 17:46:44 2017 +0100 +++ b/drivers/LowPowerTicker.h Thu Jul 06 15:42:05 2017 +0100 @@ -18,6 +18,7 @@ #include "platform/platform.h" #include "drivers/Ticker.h" +#include "platform/NonCopyable.h" #if defined (DEVICE_LOWPOWERTIMER) || defined(DOXYGEN_ONLY) @@ -31,7 +32,7 @@ * @note Synchronization level: Interrupt safe * @ingroup drivers */ -class LowPowerTicker : public Ticker { +class LowPowerTicker : public Ticker, private NonCopyable<LowPowerTicker> { public: LowPowerTicker() : Ticker(get_lp_ticker_data()) {