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.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
Diff: wdt_manager.h
- Revision:
- 76:9f5f99dd895a
- Parent:
- 74:81c47fff88a5
- Child:
- 77:e8c0253b57bc
diff -r bd3c647b860b -r 9f5f99dd895a wdt_manager.h --- a/wdt_manager.h Mon Nov 24 18:57:54 2014 +0000 +++ b/wdt_manager.h Tue Nov 25 17:37:56 2014 +0000 @@ -1,6 +1,7 @@ #ifndef __WDT_MANAGER_H__ #define __WDT_MANAGER_H__ +#include "mbed.h" #include "wdt.h" extern Watchdog wdt;
