Skip to content
Snippets Groups Projects
Unverified Commit 9d649891 authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

Go back to a second

parent 51560ff9
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ static void cb(const idevice_event_t *given_event, void *ignored_user_data) { ...@@ -170,7 +170,7 @@ static void cb(const idevice_event_t *given_event, void *ignored_user_data) {
printf("Failed to inject image, trying again... (if it fails, try a " printf("Failed to inject image, trying again... (if it fails, try a "
"different time), delay ... %dus\n", "different time), delay ... %dus\n",
timesl); timesl);
timesl += 100; timesl += 1000;
goto Retry; goto Retry;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment