From 919d33d7b5eaeab976334248f08b60f85a1c354a Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 3 Mar 2023 09:28:08 -0800 Subject: [PATCH] Increase the QSPI timeout to accommodate release build optimizations. --- src/qspi_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qspi_flash.c b/src/qspi_flash.c index 37c12f49..1483f5db 100644 --- a/src/qspi_flash.c +++ b/src/qspi_flash.c @@ -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