klipper/klippy/chelper
Kevin O'Connor 99b233df3f serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages
In order to properly delay BACKGROUND_PRIORITY_CLOCK messages, they
must be 5ms beyond the minimum defined by MIN_REQTIME_DELTA.  So, add
both MIN_REQTIME_DELTA and MIN_BACKGROUND_DELTA to the timing of these
messages.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-05-05 20:59:33 -04:00
..
__init__.py chelper: Fix hub-ctrl compilation 2018-05-05 11:23:18 -04:00
list.h
pyhelper.c
pyhelper.h
serialqueue.c serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages 2018-05-05 20:59:33 -04:00
serialqueue.h
stepcompress.c