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.
Fork of Watchdog by
Diff: Watchdog.h
- Revision:
- 16:de80257a1ed0
- Parent:
- 15:e0e4c2268558
- Child:
- 18:edfbf294c9e2
diff -r e0e4c2268558 -r de80257a1ed0 Watchdog.h
--- a/Watchdog.h Fri Feb 23 13:41:54 2018 +0000
+++ b/Watchdog.h Sun Feb 25 13:36:35 2018 +0000
@@ -55,7 +55,7 @@
/// }
/// @endcode
///
-class Watchdog {
+class Watchdog : private NonCopyable<Watchdog> {
public:
/// Create a Watchdog object
///
