1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/graphics/multican/files/patch-usbio.c
2020-10-01 19:02:23 +00:00

11 lines
236 B
C

--- usbio.c.orig 2020-10-01 18:59:21 UTC
+++ usbio.c
@@ -29,6 +29,7 @@
unsigned usb_sequence = 0;
int tolerate_error = 0, retries = 5000;
+unsigned char usb_packet[0x1400];
void usb_hexdump( char *bytes, int size ) {
int n, i;