aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
diff options
context:
space:
mode:
Diffstat (limited to 'cores/arduino')
-rw-r--r--cores/arduino/CDC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp
index eb1b2c5..6dd1cbe 100644
--- a/cores/arduino/CDC.cpp
+++ b/cores/arduino/CDC.cpp
@@ -29,7 +29,7 @@ void Reboot()
cli();
// Reset the microcontroller to run the bootloader
- wdt_enable(WDTO_250MS);
+ wdt_enable(WDTO_15MS);
for (;;);
}