mirror of https://github.com/wolfSSL/wolfBoot.git
Increase the QSPI timeout to accommodate release build optimizations.
parent
80ac15693c
commit
919d33d7b5
|
@ -64,7 +64,7 @@
|
||||||
#define QSPI_DUMMY_READ 8 /* Number of dummy clock cycles for reads */
|
#define QSPI_DUMMY_READ 8 /* Number of dummy clock cycles for reads */
|
||||||
#endif
|
#endif
|
||||||
#ifndef QSPI_FLASH_READY_TRIES
|
#ifndef QSPI_FLASH_READY_TRIES
|
||||||
#define QSPI_FLASH_READY_TRIES 5000
|
#define QSPI_FLASH_READY_TRIES 10000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue