aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/avr/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/avr/Kconfig b/src/avr/Kconfig
index 4f2f2b78..bef830c0 100644
--- a/src/avr/Kconfig
+++ b/src/avr/Kconfig
@@ -98,8 +98,7 @@ config AVR_CLKPR
config AVR_STACK_SIZE
int
- default 256 if MACH_atmega2560
- default 128
+ default 256
config AVR_WATCHDOG
bool