cleanup before merging
[clinton/Smoothieware.git] / src / modules / robot / Stepper.cpp
index 6969710..5d250dd 100644 (file)
@@ -217,4 +217,5 @@ void Stepper::reset_step_pins(){
     this->alpha_step_pin->set(0);
     this->beta_step_pin->set(0); 
     this->gamma_step_pin->set(0);
+
 }