mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 12:20:25 +09:00
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:
@@ -79,7 +79,6 @@ config AVR_STACK_SIZE
|
|||||||
|
|
||||||
config AVR_WATCHDOG
|
config AVR_WATCHDOG
|
||||||
bool
|
bool
|
||||||
depends on !SIMULAVR
|
|
||||||
default y
|
default y
|
||||||
config AVR_USBSERIAL
|
config AVR_USBSERIAL
|
||||||
bool "Use USB for communication (instead of serial)"
|
bool "Use USB for communication (instead of serial)"
|
||||||
|
|||||||
Reference in New Issue
Block a user