diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 12:36:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 12:36:18 -0400 |
commit | 541c2990c6024250a896d533ce9665271736fe61 (patch) | |
tree | 913331158afb41bbe1343ffe1b8ef349102e04c1 /test/klippy/bed_screws.test | |
parent | f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb (diff) | |
download | kutter-541c2990c6024250a896d533ce9665271736fe61.tar.gz kutter-541c2990c6024250a896d533ce9665271736fe61.tar.xz kutter-541c2990c6024250a896d533ce9665271736fe61.zip |
test: Rename atmega2560-16mhz.config to atmega2560.config
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>
Diffstat (limited to 'test/klippy/bed_screws.test')
-rw-r--r-- | test/klippy/bed_screws.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/klippy/bed_screws.test b/test/klippy/bed_screws.test index 53fa2cb1..49002938 100644 --- a/test/klippy/bed_screws.test +++ b/test/klippy/bed_screws.test @@ -1,6 +1,6 @@ # Test case for bed screws helper tool CONFIG bed_screws.cfg -DICTIONARY atmega2560-16mhz.dict +DICTIONARY atmega2560.dict # Start helper script and then abort it G28 |