diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp index 0fa06bc..7f33a6e 100644 --- a/cores/arduino/CDC.cpp +++ b/cores/arduino/CDC.cpp @@ -107,7 +107,7 @@ bool WEAK CDC_Setup(Setup& setup) // like servicing endpoints before the sketch ends if (0 != _usbLineInfo.lineState && 1200 == _usbLineInfo.dwDTERate) { *(uint16_t *)0x0A00 = 0x7777; - wdt_enable(WDTO_2S); + wdt_enable(WDTO_250MS); } return true; }