Tomonori Kuroki / MuWatchdog

Fork of Watchdog by David Smart

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
     ///