mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 17:46:33 +03:00
Fix usbdev_recv_frame communication trace
This commit is contained in:
@@ -498,7 +498,7 @@ static int usbdev_recv_frame(const union filedescriptor *fd, unsigned char *buf,
|
||||
|
||||
printout:
|
||||
if(verbose > 3)
|
||||
pmsg_trace("recv: ", p, n & USB_RECV_LENGTH_MASK);
|
||||
trace_buffer("usbdev_recv_frame: ", p, n & USB_RECV_LENGTH_MASK);
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user