mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
avr: Enable CLEAR_PRESCALER by default on at90usb1286
It appears this option is commonly needed on the at90usb1286 avr chip (the printrboard requires it), so default it on. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
01ee9e16c5
commit
46846d4297
@ -59,7 +59,7 @@ config CLOCK_FREQ
|
||||
config CLEAR_PRESCALER
|
||||
bool "Manually clear the CPU prescaler field at startup"
|
||||
depends on MACH_at90usb1286
|
||||
default n
|
||||
default y
|
||||
help
|
||||
Some AVR chips ship with a "clock prescaler" that causes the
|
||||
chip to run at 1/8th speed. Enable this setting to clear the
|
||||
|
Loading…
x
Reference in New Issue
Block a user