File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ class FxdTiCtrl {
53
53
54
54
55
55
// Public methods
56
+ static void init ();
56
57
static void startBlockProc (block_t * const current_block); // Set controller states to begin processing a block.
57
58
static bool getBlockProcDn () { return blockProcDn; } // Return true if the controller no longer needs the current block.
58
59
static void runoutBlock (); // Move any free data points to the stepper buffer even if a full batch isn't ready.
@@ -160,7 +161,6 @@ class FxdTiCtrl {
160
161
161
162
// Private methods
162
163
static uint32_t stepperCmdBuffItems ();
163
- static void init ();
164
164
static void loadBlockData (block_t * const current_block);
165
165
static void makeVector ();
166
166
static void convertToSteps (const uint32_t idx);
You can’t perform that action at this time.
0 commit comments