parent
25e8276597
commit
b38ac3fbb1
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ int main(int argc, char*argv[])
|
||||||
return print_usage(-1);
|
return print_usage(-1);
|
||||||
}
|
}
|
||||||
if ((device_id != NULL) && (device_path != NULL)) {
|
if ((device_id != NULL) && (device_path != NULL)) {
|
||||||
logerror("only one of -d or -a can be specified\n");
|
logerror("only one of -d or -p can be specified\n");
|
||||||
return print_usage(-1);
|
return print_usage(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define LIBUSB_NANO 10876
|
#define LIBUSB_NANO 10877
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue