aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC563Mxx/ADC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-08 10:42:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-08 10:42:49 +0000
commit9528cd80ca233259f91a651ca1d7da9cac5d0bb1 (patch)
tree3ec85f488bec83fe29b263500dd5c732a2ac640c /testhal/SPC563Mxx/ADC/main.c
parent05b47dec01060ebc422a2bf4995b7ee7e7dad429 (diff)
downloadChibiOS-9528cd80ca233259f91a651ca1d7da9cac5d0bb1.tar.gz
ChibiOS-9528cd80ca233259f91a651ca1d7da9cac5d0bb1.tar.bz2
ChibiOS-9528cd80ca233259f91a651ca1d7da9cac5d0bb1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5381 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
};