mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-30 02:40:04 +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>