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:
- 20:675c7f108707
- Parent:
- 18:edfbf294c9e2
- Child:
- 26:f7ccf62c4dd0
--- a/Watchdog.h Mon Mar 19 14:38:55 2018 +0000
+++ b/Watchdog.h Tue Mar 20 08:09:36 2018 +0000
@@ -55,7 +55,11 @@
/// }
/// @endcode
///
+#if MBED_LIBRARY_VERSION < 146
+class Watchdog {
+#else
class Watchdog : private NonCopyable<Watchdog> {
+#endif
public:
/// Create a Watchdog object
///
