diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-11 09:46:10 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-11 09:46:10 +0000 |
commit | f1386e0a146b6475c3559dd7db655969732c134c (patch) | |
tree | 3d0122c306a0bf93fc61a8cf8256525fe4a90736 /testhal | |
parent | c22bbe5104ebe05820dfbeb40b128596300bbbfc (diff) | |
download | ChibiOS-f1386e0a146b6475c3559dd7db655969732c134c.tar.gz ChibiOS-f1386e0a146b6475c3559dd7db655969732c134c.tar.bz2 ChibiOS-f1386e0a146b6475c3559dd7db655969732c134c.zip |
More ADCv3 code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8579 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h b/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h index 72c0c17cc..37c92b087 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h +++ b/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h @@ -103,7 +103,7 @@ #define STM32_ADC_ADC2_DMA_PRIORITY 2
#define STM32_ADC_ADC3_DMA_PRIORITY 2
#define STM32_ADC_ADC12_IRQ_PRIORITY 5
-#define STM32_ADC_ADC34_IRQ_PRIORITY 5
+#define STM32_ADC_ADC3_IRQ_PRIORITY 5
#define STM32_ADC_ADC1_DMA_IRQ_PRIORITY 5
#define STM32_ADC_ADC2_DMA_IRQ_PRIORITY 5
#define STM32_ADC_ADC3_DMA_IRQ_PRIORITY 5
|