Browse Source

Made the 2nd speed lookup table condition more explicit.

daid303 11 years ago
parent
commit
57834776ad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/speed_lookuptable.h

+ 1
- 1
Marlin/speed_lookuptable.h View File

@@ -75,7 +75,7 @@ const uint16_t speed_lookuptable_slow[256][2] PROGMEM = {\
75 75
 { 992, 4}, { 988, 4}, { 984, 4}, { 980, 4}, { 976, 4}, { 972, 4}, { 968, 3}, { 965, 3}
76 76
 };
77 77
 
78
-#else
78
+#elif F_CPU == 20000000
79 79
 
80 80
 const uint16_t speed_lookuptable_fast[256][2] PROGMEM = {
81 81
    {62500, 54055}, {8445, 3917}, {4528, 1434}, {3094, 745}, {2349, 456}, {1893, 307}, {1586, 222}, {1364, 167},

Loading…
Cancel
Save