aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC563Mxx/ADC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/SPC563Mxx/ADC/main.c')
-rw-r--r--testhal/SPC563Mxx/ADC/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/SPC563Mxx/ADC/main.c b/testhal/SPC563Mxx/ADC/main.c
index 33389cba4..e7e7f8fb3 100644
--- a/testhal/SPC563Mxx/ADC/main.c
+++ b/testhal/SPC563Mxx/ADC/main.c
@@ -236,7 +236,8 @@ static const ADCConversionGroup adcgrpcfg1 = {
ADC_GRP1_NUM_CHANNELS,
NULL,
adcerrorcallback,
- EQADC_CFCR_SSE | EQADC_CFCR_MODE_SWSS,
+// EQADC_CFCR_SSE | EQADC_CFCR_MODE_SWSS,
+ EQADC_CFCR_MODE_SWCS,
ADC_GRP1_BUF_DEPTH,
adcgrpcfg1_commands
};