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/chelper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klippy/chelper.py') diff --git a/klippy/chelper.py b/klippy/chelper.py index 7b4b510a..a53304e5 100644 --- a/klippy/chelper.py +++ b/klippy/chelper.py @@ -59,8 +59,8 @@ defs_serialqueue = """ , 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