aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC563Mxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-08 14:38:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-08 14:38:19 +0000
commit524a5b7b42961f318e998d9131984e395e153e68 (patch)
treef53e762628ebb8e3ce19e7e85479cabda9323b3a /testhal/SPC563Mxx
parentf7aa043204a98f1a1248f12b870fe2ef697c2516 (diff)
downloadChibiOS-524a5b7b42961f318e998d9131984e395e153e68.tar.gz
ChibiOS-524a5b7b42961f318e998d9131984e395e153e68.tar.bz2
ChibiOS-524a5b7b42961f318e998d9131984e395e153e68.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5384 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC563Mxx')
-rw-r--r--testhal/SPC563Mxx/ADC/adc_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC563Mxx/ADC/adc_cfg.c b/testhal/SPC563Mxx/ADC/adc_cfg.c
index 4d16e75f9..f21f4ddce 100644
--- a/testhal/SPC563Mxx/ADC/adc_cfg.c
+++ b/testhal/SPC563Mxx/ADC/adc_cfg.c
@@ -736,7 +736,7 @@ static const adccommand_t adcgrpcfg2_commands[ADC_GRP2_NUM_CHANNELS *
};
const ADCConversionGroup adcgrpcfg2 = {
- FALSE,
+ TRUE,
ADC_GRP2_NUM_CHANNELS,
adccallback,
adcerrorcallback,