From a3cf4ea2f69e3568944bad7ee1a017b7095efc3d Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Thu, 4 Jun 2015 10:12:03 +0200 Subject: cc3200: Do not kick the watchdog inside the idle task. --- cc3200/misc/FreeRTOSHooks.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cc3200/misc') diff --git a/cc3200/misc/FreeRTOSHooks.c b/cc3200/misc/FreeRTOSHooks.c index 260cd84e0..a31edccf0 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 -- cgit v1.2.3