From 05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 4 Feb 2021 10:07:13 -0500 Subject: trsync: Introduce new "trigger synchronization" support Separate out the stepper stopping code from endstop.c into its own trsync.c code file. Signed-off-by: Kevin O'Connor --- src/stepper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stepper.h') diff --git a/src/stepper.h b/src/stepper.h index 8e27b789..db29eed0 100644 --- a/src/stepper.h +++ b/src/stepper.h @@ -4,7 +4,5 @@ #include // uint8_t uint_fast8_t stepper_event(struct timer *t); -struct stepper *stepper_oid_lookup(uint8_t oid); -void stepper_stop(struct stepper *s); #endif // stepper.h -- cgit v1.2.3-70-g09d2