Increase the QSPI timeout to accommodate release build optimizations.

pull/284/head
David Garske 2023-03-03 09:28:08 -08:00 committed by Daniele Lacamera
parent 80ac15693c
commit 919d33d7b5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
#define QSPI_DUMMY_READ 8 /* Number of dummy clock cycles for reads */
#endif
#ifndef QSPI_FLASH_READY_TRIES
#define QSPI_FLASH_READY_TRIES 5000
#define QSPI_FLASH_READY_TRIES 10000
#endif