mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-06-08 10:10:11 +02: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>