fix: too many arguments to function
This commit is contained in:
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
|
||||
return_on_error = 1;
|
||||
|
||||
while (1) {
|
||||
while (!OpenProxmark(0)) { sleep(1); }
|
||||
while (!OpenProxmark()) { sleep(1); }
|
||||
while (1) {
|
||||
UsbCommand cmdbuf;
|
||||
CommandReceived(argv[1]);
|
||||
|
||||
Reference in New Issue
Block a user