[NRF52840]: disbale SPIM which fix block device

pull/4509/head
Andrzej Puzdrowski 2017-03-30 18:52:47 +02:00 committed by Kevin Gilbert
parent 728841bb5a
commit baf45b6596
1 changed files with 3 additions and 3 deletions

View File

@ -1962,7 +1962,7 @@
#ifndef SPI0_USE_EASY_DMA #ifndef SPI0_USE_EASY_DMA
#define SPI0_USE_EASY_DMA 1 #define SPI0_USE_EASY_DMA 0
#endif #endif
// <o> SPI0_DEFAULT_FREQUENCY - SPI frequency // <o> SPI0_DEFAULT_FREQUENCY - SPI frequency
@ -1992,7 +1992,7 @@
#ifndef SPI1_USE_EASY_DMA #ifndef SPI1_USE_EASY_DMA
#define SPI1_USE_EASY_DMA 1 #define SPI1_USE_EASY_DMA 0
#endif #endif
// <o> SPI1_DEFAULT_FREQUENCY - SPI frequency // <o> SPI1_DEFAULT_FREQUENCY - SPI frequency
@ -2022,7 +2022,7 @@
#ifndef SPI2_USE_EASY_DMA #ifndef SPI2_USE_EASY_DMA
#define SPI2_USE_EASY_DMA 1 #define SPI2_USE_EASY_DMA 0
#endif #endif
// <q> SPI2_DEFAULT_FREQUENCY - Use EasyDMA // <q> SPI2_DEFAULT_FREQUENCY - Use EasyDMA