General cleanup

This commit is contained in:
Scott Lahteine
2017-04-12 00:08:24 -05:00
committed by Scott Lahteine
parent 2c86dfd3b5
commit 6131c62499
3 changed files with 15 additions and 19 deletions

View File

@ -271,7 +271,7 @@ volatile long Stepper::endstops_trigsteps[XYZ];
* The slope of acceleration is calculated using v = u + at where t is the accumulated timer values of the steps so far.
*/
void Stepper::wake_up() {
// TCNT1 = 0;
// TCNT1 = 0;
ENABLE_STEPPER_DRIVER_INTERRUPT();
}