fix when slow ticker gets started
[clinton/Smoothieware.git] / src / libs / SlowTicker.h
index 091f931..a0f6ce3 100644 (file)
@@ -27,7 +27,7 @@ class SlowTicker : public Module{
 
         void on_module_loaded(void);
         void on_idle(void*);
-
+        void start();
         void set_frequency( int frequency );
         void tick();
         // For some reason this can't go in the .cpp, see :  http://mbed.org/forum/mbed/topic/2774/?page=1#comment-14221