diff options
Diffstat (limited to 'cc3200/misc/FreeRTOSHooks.c')
-rw-r--r-- | cc3200/misc/FreeRTOSHooks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc3200/misc/FreeRTOSHooks.c b/cc3200/misc/FreeRTOSHooks.c index 260cd84e07..a31edccf01 100644 --- a/cc3200/misc/FreeRTOSHooks.c +++ b/cc3200/misc/FreeRTOSHooks.c @@ -34,7 +34,6 @@ #include "inc/hw_memmap.h" #include "pybuart.h" #include "osi.h" -#include "pybwdt.h" #include "mperror.h" @@ -49,8 +48,6 @@ //***************************************************************************** void vApplicationIdleHook (void) { - // kick the watchdog - pybwdt_kick(); // signal that we are alive and kicking mperror_heartbeat_signal(); // gate the processor's clock to save power |