From 9e799be870dccd0d9d311101762b0c67bd205774 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sun, 13 Dec 2015 12:34:06 +0000 Subject: [PATCH] Just disable this. Internal watchdogs suck --- firmware/inc/hw_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/inc/hw_config.h b/firmware/inc/hw_config.h index ac35a94..4477d8b 100644 --- a/firmware/inc/hw_config.h +++ b/firmware/inc/hw_config.h @@ -231,7 +231,7 @@ * There is a performance penalty to using the watchdog - you must * wait up to 1/16kHz when kicking to sync with it. Disable when not in use */ -#define DEBUG_USE_INTWATCHDOG 0 +//#define DEBUG_USE_INTWATCHDOG 0 #define WDT_GCLK GCLK_GENERATOR_4 /**