X-Git-Url: https://git.hcoop.net/clinton/Smoothieware.git/blobdiff_plain/b6c861640528272939de1cb6868f485cc6ff0195..d9ebc974841bb59d1197484a09ceed966f12fe8f:/src/libs/Kernel.cpp diff --git a/src/libs/Kernel.cpp b/src/libs/Kernel.cpp index 126c4170..a5e3beea 100644 --- a/src/libs/Kernel.cpp +++ b/src/libs/Kernel.cpp @@ -54,6 +54,7 @@ Kernel::Kernel(){ this->add_module( this->serial ); this->slow_ticker = new SlowTicker(); + this->slow_ticker->kernel = this; // DEBUG: To remove this->step_ticker = new StepTicker();