aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/ADC/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F37x/ADC/mcuconf.h')
-rw-r--r--testhal/STM32F37x/ADC/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32F37x/ADC/mcuconf.h b/testhal/STM32F37x/ADC/mcuconf.h
index 9baddd2c2..bc1278129 100644
--- a/testhal/STM32F37x/ADC/mcuconf.h
+++ b/testhal/STM32F37x/ADC/mcuconf.h
@@ -67,9 +67,9 @@
* ADC driver system settings.
*/
#define STM32_ADC_USE_ADC1 TRUE
-#define STM32_ADC_USE_SDADC1 TRUE
-#define STM32_ADC_USE_SDADC2 TRUE
-#define STM32_ADC_USE_SDADC3 TRUE
+#define STM32_ADC_USE_SDADC1 FALSE
+#define STM32_ADC_USE_SDADC2 FALSE
+#define STM32_ADC_USE_SDADC3 FALSE
#define STM32_ADC_SDADC_SLOW_MODE FALSE
#define STM32_ADC_ADC1_DMA_PRIORITY 2
#define STM32_ADC_SDADC1_DMA_PRIORITY 2