diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/endstop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endstop.c b/src/endstop.c index 67110f46..c6a00ec8 100644 --- a/src/endstop.c +++ b/src/endstop.c @@ -51,7 +51,7 @@ end_stop_event(struct timer *t) return end_stop_oversample_event(t); } -// Timer callback for an end stop this is sampling extra times +// Timer callback for an end stop that is sampling extra times static uint_fast8_t end_stop_oversample_event(struct timer *t) { |