Browse Source

Fixed faulty comment merge

Chris Palmer 9 years ago
parent
commit
483384aaa4
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/stepper.cpp

+ 0
- 4
Marlin/stepper.cpp View File

@@ -205,10 +205,6 @@ volatile signed char count_direction[NUM_AXIS] = { 1, 1, 1, 1 };
205 205
 // intRes = longIn1 * longIn2 >> 24
206 206
 // uses:
207 207
 // r26 to store 0
208
-// r27 to store the byte 1 of the 48bit result
209
-// intRes = longIn1 * longIn2 >> 24
210
-// uses:
211
-// r26 to store 0
212 208
 // r27 to store bits 16-23 of the 48bit result. The top bit is used to round the two byte result.
213 209
 // note that the lower two bytes and the upper byte of the 48bit result are not calculated.
214 210
 // this can cause the result to be out by one as the lower bytes may cause carries into the upper ones.

Loading…
Cancel
Save