From 696e4c5513e65a0e424a6e63d0a01b4b673a3a79 Mon Sep 17 00:00:00 2001 From: chenyingchun0312 Date: Sun, 30 Aug 2020 17:22:08 +0800 Subject: [PATCH] disable NRFX_QSPI_ENABLED for nrf52832 Signed-off-by: chenyingchun0312 --- bsp/nrf5x/nrf52832/board/sdk_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/nrf5x/nrf52832/board/sdk_config.h b/bsp/nrf5x/nrf52832/board/sdk_config.h index 172e0ccc2c..82bdcf1f86 100644 --- a/bsp/nrf5x/nrf52832/board/sdk_config.h +++ b/bsp/nrf5x/nrf52832/board/sdk_config.h @@ -2903,7 +2903,7 @@ // NRFX_QSPI_ENABLED - nrfx_qspi - QSPI peripheral driver //========================================================== #ifndef NRFX_QSPI_ENABLED -#define NRFX_QSPI_ENABLED 1 +#define NRFX_QSPI_ENABLED 0 #endif // NRFX_QSPI_CONFIG_SCK_DELAY - tSHSL, tWHSL and tSHWL in number of 16 MHz periods (62.5 ns). <0-255>