Skip to content

Commit d10111e

Browse files
committed
fix compile error for pc-based tests
1 parent a36aa94 commit d10111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/tests/pc_based/StepperISR_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Here are the global variables to interface with the interrupts
66
// StepperQueue fas_queue[NUM_QUEUES];
77

8-
void fas_init_engine(FastAccelStepperEngine* engine, uint8_t cpu_core) {}
8+
void fas_init_engine(FastAccelStepperEngine* engine) {}
99

1010
void StepperQueue::init(uint8_t queue_num, uint8_t step_pin) { _initVars(); }
1111
void StepperQueue::startQueue() { _isRunning = true; }

0 commit comments

Comments
 (0)