We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36aa94 commit d10111eCopy full SHA for d10111e
extras/tests/pc_based/StepperISR_test.cpp
@@ -5,7 +5,7 @@
5
// Here are the global variables to interface with the interrupts
6
// StepperQueue fas_queue[NUM_QUEUES];
7
8
-void fas_init_engine(FastAccelStepperEngine* engine, uint8_t cpu_core) {}
+void fas_init_engine(FastAccelStepperEngine* engine) {}
9
10
void StepperQueue::init(uint8_t queue_num, uint8_t step_pin) { _initVars(); }
11
void StepperQueue::startQueue() { _isRunning = true; }
0 commit comments