mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
There's no need to include the 16mhz as basically all atmega chips are run at 16mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
# Base config file for atmega2560
|
|
CONFIG_MACH_AVR=y
|
|
CONFIG_MACH_atmega2560=y
|
|
CONFIG_CLOCK_FREQ=16000000
|