Watchdog timer for LPC1549
Diff: Watchdog.cpp
- Revision:
- 3:bbe4a2eff805
- Parent:
- 2:c72a3d9002d5
--- 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