Skip to content

Commit

Permalink
fix compile error for pc-based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Dec 24, 2024
1 parent a36aa94 commit d10111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/tests/pc_based/StepperISR_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Here are the global variables to interface with the interrupts
// StepperQueue fas_queue[NUM_QUEUES];

void fas_init_engine(FastAccelStepperEngine* engine, uint8_t cpu_core) {}
void fas_init_engine(FastAccelStepperEngine* engine) {}

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

0 comments on commit d10111e

Please sign in to comment.