aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/DMA_STORM
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-07 19:22:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-07 19:22:32 +0000
commit285d06f3b69fd996abc669050da21f7b5db83010 (patch)
tree3ea6c50045a3fe90c53f21713a5b5a51be3958b7 /testhal/STM32F4xx/DMA_STORM
parent6583405cee23c86dd6c9ac77a46dbbf58077760a (diff)
downloadChibiOS-285d06f3b69fd996abc669050da21f7b5db83010.tar.gz
ChibiOS-285d06f3b69fd996abc669050da21f7b5db83010.tar.bz2
ChibiOS-285d06f3b69fd996abc669050da21f7b5db83010.zip
Fixed ADC divider in STM32F4 demos. Completed implemetation of new RR scheduling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3941 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/DMA_STORM')
-rw-r--r--testhal/STM32F4xx/DMA_STORM/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/DMA_STORM/mcuconf.h b/testhal/STM32F4xx/DMA_STORM/mcuconf.h
index 6277c72de..b5429060f 100644
--- a/testhal/STM32F4xx/DMA_STORM/mcuconf.h
+++ b/testhal/STM32F4xx/DMA_STORM/mcuconf.h
@@ -66,7 +66,7 @@
/*
* ADC driver system settings.
*/
-#define STM32_ADC_ADCPRE ADC_CCR_ADCPRE_DIV2
+#define STM32_ADC_ADCPRE ADC_CCR_ADCPRE_DIV4
#define STM32_ADC_USE_ADC1 TRUE
#define STM32_ADC_USE_ADC2 TRUE
#define STM32_ADC_USE_ADC3 TRUE