Just disable this. Internal watchdogs suck

main-solar-only
Richard Meadows 2015-12-13 12:34:06 +00:00
rodzic 150276cc37
commit 9e799be870
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -231,7 +231,7 @@
* There is a performance penalty to using the watchdog - you must * 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 * 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 #define WDT_GCLK GCLK_GENERATOR_4
/** /**