diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-07-28 14:22:57 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-07-28 14:22:57 +0000 |
commit | 5b7d62c5490a3f4662c1ba77ab3f78a80ad6869d (patch) | |
tree | dffae619b098255689af0ae2dddfdad4166c4d70 /testhal/STM32/STM32L0xx/SPI | |
parent | 402bd03481bb1d0b062e72eab2d24d714b846285 (diff) | |
download | ChibiOS-5b7d62c5490a3f4662c1ba77ab3f78a80ad6869d.tar.gz ChibiOS-5b7d62c5490a3f4662c1ba77ab3f78a80ad6869d.tar.bz2 ChibiOS-5b7d62c5490a3f4662c1ba77ab3f78a80ad6869d.zip |
Updated EXT driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8121 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L0xx/SPI')
-rw-r--r-- | testhal/STM32/STM32L0xx/SPI/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32L0xx/SPI/mcuconf.h b/testhal/STM32/STM32L0xx/SPI/mcuconf.h index 2c2ac568f..676b4a18c 100644 --- a/testhal/STM32/STM32L0xx/SPI/mcuconf.h +++ b/testhal/STM32/STM32L0xx/SPI/mcuconf.h @@ -67,11 +67,11 @@ /*
* ADC driver system settings.
+ * Note, IRQ is shared with EXT channels 21 and 22.
*/
-#define STM32_ADC_USE_ADC1 TRUE
+#define STM32_ADC_USE_ADC1 FALSE
#define STM32_ADC_ADC1_CKMODE STM32_ADC_CKMODE_ADCCLK
#define STM32_ADC_ADC1_DMA_PRIORITY 2
-#define STM32_ADC_ADC1_IRQ_PRIORITY 2
#define STM32_ADC_ADC1_DMA_IRQ_PRIORITY 2
#define STM32_ADC_ADC1_DMA_STREAM STM32_DMA_STREAM_ID(1, 1)
#define STM32_ADC_PRESCALER_VALUE 1
|