From 067fac05a865ee2eccab02637ca82ee3f0b3705b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 27 Jun 2017 20:08:18 -0400 Subject: serialqueue: Rename clock estimation variable names Signed-off-by: Kevin O'Connor --- klippy/serialqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klippy/serialqueue.h') diff --git a/klippy/serialqueue.h b/klippy/serialqueue.h index 7cd3c703..678885ad 100644 --- a/klippy/serialqueue.h +++ b/klippy/serialqueue.h @@ -59,8 +59,8 @@ void serialqueue_encode_and_send(struct serialqueue *sq, struct command_queue *c , uint64_t min_clock, uint64_t req_clock); void serialqueue_pull(struct serialqueue *sq, struct pull_queue_message *pqm); void serialqueue_set_baud_adjust(struct serialqueue *sq, double baud_adjust); -void serialqueue_set_clock_est(struct serialqueue *sq, double est_clock - , double last_ack_time, uint64_t last_ack_clock); +void serialqueue_set_clock_est(struct serialqueue *sq, double est_freq + , double last_clock_time, uint64_t last_clock); void serialqueue_get_stats(struct serialqueue *sq, char *buf, int len); int serialqueue_extract_old(struct serialqueue *sq, int sentq , struct pull_queue_message *q, int max); -- cgit v1.2.3-70-g09d2