forked from PAWPAW-Mirror/lib_xua
Fix xmosdfu returning non-zero return code on success
This commit is contained in:
@@ -607,5 +607,5 @@ int main(int argc, char **argv)
|
|||||||
libusb_close(devh);
|
libusb_close(devh);
|
||||||
libusb_exit(NULL);
|
libusb_exit(NULL);
|
||||||
|
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user