diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-02-04 10:07:13 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-06-09 18:58:35 -0400 |
commit | 05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0 (patch) | |
tree | 38af27b15aba3edabc744fa7483e643ec8c028f3 /src/stepper.h | |
parent | f3bd4e6acffadb4e927f69d3944da92579707a4b (diff) | |
download | kutter-05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0.tar.gz kutter-05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0.tar.xz kutter-05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0.zip |
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 <kevin@koconnor.net>
Diffstat (limited to 'src/stepper.h')
-rw-r--r-- | src/stepper.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <stdint.h> // 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 |