diff --git a/usb/iso.c b/usb/iso.c index bb96d83..1204eb7 100644 --- a/usb/iso.c +++ b/usb/iso.c @@ -18,6 +18,7 @@ #include void print_xfer(struct libusb_transfer *xfer); +void iso_callback(void *); void callback(struct libusb_transfer *xfer) { //printf("Callback!\n");