mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-25 08:01:34 +01:00
Call usb_read_bulk_out() before calling command_find_and_dispatch() as this optimizes the common case where each usb packet contains a single new message block. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>