Watchdog timer for LPC1549

Revision:
3:bbe4a2eff805
Parent:
2:c72a3d9002d5
diff -r c72a3d9002d5 -r bbe4a2eff805 Watchdog.cpp
--- a/Watchdog.cpp	Fri Nov 10 06:53:18 2017 +0000
+++ b/Watchdog.cpp	Fri Nov 10 07:23:02 2017 +0000
@@ -1,3 +1,5 @@
+#if defined(TARGET_LPC1549)
+
 #include "mbed.h"
 #include "Watchdog.h"
 
@@ -17,4 +19,6 @@
 {
     LPC_WWDT->FEED = 0xAA;
     LPC_WWDT->FEED = 0x55;
-}
\ No newline at end of file
+}
+
+#endif
\ No newline at end of file