Skip to content

Commit

Permalink
Made the 2nd speed lookup table condition more explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Nov 11, 2012
1 parent caa2b25 commit 5783477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/speed_lookuptable.h
Expand Up @@ -75,7 +75,7 @@ const uint16_t speed_lookuptable_slow[256][2] PROGMEM = {\
{ 992, 4}, { 988, 4}, { 984, 4}, { 980, 4}, { 976, 4}, { 972, 4}, { 968, 3}, { 965, 3}
};

#else
#elif F_CPU == 20000000

const uint16_t speed_lookuptable_fast[256][2] PROGMEM = {
{62500, 54055}, {8445, 3917}, {4528, 1434}, {3094, 745}, {2349, 456}, {1893, 307}, {1586, 222}, {1364, 167},
Expand Down

0 comments on commit 5783477

Please sign in to comment.