Fix usbdev_recv_frame communication trace

This commit is contained in:
Stefan Rueger
2023-11-02 18:16:40 +00:00
parent 124fcc8110
commit 37df3462e0

View File

@@ -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;
}