From a363b196a6353313cfc3f1c80eac0e5170bed452 Mon Sep 17 00:00:00 2001 From: Mimmo La Fauci Date: Mon, 4 Jun 2012 23:29:28 +0200 Subject: [PATCH] Fix issue compiler option2 --- WiFi/utility/spi_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WiFi/utility/spi_drv.h b/WiFi/utility/spi_drv.h index 60497b585..5c2e7063f 100644 --- a/WiFi/utility/spi_drv.h +++ b/WiFi/utility/spi_drv.h @@ -4,7 +4,7 @@ #include #include "wifi_spi.h" -#define SPI_START_CMD_DELAY 10 +#define SPI_START_CMD_DELAY 12 #define NO_LAST_PARAM 0 #define LAST_PARAM 1