Merge pull request #1085 from seeseemelk/develop

Flash_loader: increase wait rounds for slow boards
pull/1097/head
nightwalker-87 2021-03-06 16:07:26 +01:00 zatwierdzone przez GitHub
commit 9923be66b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -368,7 +368,7 @@ int stlink_flash_loader_run(stlink_t *sl, flash_loader_t* fl, stm32_addr_t targe
* the OS uses, the wait until the error message is reduced to the same order of magnitude
* as what was intended. -- REW.
*/
#define WAIT_ROUNDS 30
#define WAIT_ROUNDS 40
// wait until done (reaches breakpoint)
for (i = 0; i < WAIT_ROUNDS; i++) {