File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
targets/TARGET_NORDIC/TARGET_NRF5_SDK13/TARGET_MCU_NRF52840/sdk Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1566
1566
// <e> RTC_ENABLED - nrf_drv_rtc - RTC peripheral driver
1567
1567
//==========================================================
1568
1568
#ifndef RTC_ENABLED
1569
- #define RTC_ENABLED 1
1569
+ #define RTC_ENABLED 0
1570
1570
#endif
1571
1571
#if RTC_ENABLED
1572
1572
// <o> RTC_DEFAULT_CONFIG_FREQUENCY - Frequency <16-32768>
1962
1962
1963
1963
1964
1964
#ifndef SPI0_USE_EASY_DMA
1965
- #define SPI0_USE_EASY_DMA 1
1965
+ #define SPI0_USE_EASY_DMA 0
1966
1966
#endif
1967
1967
1968
1968
// <o> SPI0_DEFAULT_FREQUENCY - SPI frequency
1992
1992
1993
1993
1994
1994
#ifndef SPI1_USE_EASY_DMA
1995
- #define SPI1_USE_EASY_DMA 1
1995
+ #define SPI1_USE_EASY_DMA 0
1996
1996
#endif
1997
1997
1998
1998
// <o> SPI1_DEFAULT_FREQUENCY - SPI frequency
2022
2022
2023
2023
2024
2024
#ifndef SPI2_USE_EASY_DMA
2025
- #define SPI2_USE_EASY_DMA 1
2025
+ #define SPI2_USE_EASY_DMA 0
2026
2026
#endif
2027
2027
2028
2028
// <q> SPI2_DEFAULT_FREQUENCY - Use EasyDMA
You can’t perform that action at this time.
0 commit comments