mirror of https://github.com/Desuuuu/klipper.git
avr: Enable watchdog code even on simulavr
The simulavr simulator will warn when writing to the watchdog registers, but running code closer to what real hardware runs is worth a few extra warnings. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d50f4e23e0
commit
114c8c5b6d
|
@ -79,7 +79,6 @@ config AVR_STACK_SIZE
|
|||
|
||||
config AVR_WATCHDOG
|
||||
bool
|
||||
depends on !SIMULAVR
|
||||
default y
|
||||
config AVR_USBSERIAL
|
||||
bool "Use USB for communication (instead of serial)"
|
||||
|
|
Loading…
Reference in New Issue