Skip to content

Commit 696e4c5

Browse files
disable NRFX_QSPI_ENABLED for nrf52832
Signed-off-by: chenyingchun0312 <[email protected]>
1 parent 5495e64 commit 696e4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/nrf5x/nrf52832/board/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2903,7 +2903,7 @@
29032903
// <e> NRFX_QSPI_ENABLED - nrfx_qspi - QSPI peripheral driver
29042904
//==========================================================
29052905
#ifndef NRFX_QSPI_ENABLED
2906-
#define NRFX_QSPI_ENABLED 1
2906+
#define NRFX_QSPI_ENABLED 0
29072907
#endif
29082908
// <o> NRFX_QSPI_CONFIG_SCK_DELAY - tSHSL, tWHSL and tSHWL in number of 16 MHz periods (62.5 ns). <0-255>
29092909

0 commit comments

Comments
 (0)