This commit is contained in:
Mysteo91
2023-08-17 16:19:53 +03:00
parent c6211b1db1
commit 275752357a
13 changed files with 104 additions and 29 deletions

View File

@@ -42,7 +42,7 @@
* BOOT_BACKDOOR_ENTRY_TIMEOUT_MS to blt_conf.h with your desired backdoor
* open time in milliseconds.
*/
#define BOOT_BACKDOOR_ENTRY_TIMEOUT_MS (500)
#define BOOT_BACKDOOR_ENTRY_TIMEOUT_MS (5000)
#endif
#endif /* BOOT_BACKDOOR_HOOKS_ENABLE == 0 */
@@ -168,6 +168,7 @@ void BackDoorCheck(void)
}
}
#endif
} /*** end of BackDoorCheck ***/