remove acceleration tick from timer3, use the pending sv from stepper tick. this...
[clinton/Smoothieware.git] / src / modules / tools / endstops / Endstops.h
index 3a02540..b9ca1e9 100644 (file)
@@ -21,7 +21,7 @@ class Endstops : public Module{
         void on_module_loaded();
         void on_gcode_received(void* argument);
         void on_config_reload(void* argument);
-        uint32_t acceleration_tick(uint32_t dummy);
+        void acceleration_tick(void);
 
     private:
         void home(char axes_to_move);