aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/ADCv3
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-06-27 13:09:03 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-06-27 13:09:03 +0000
commit85a55d87b54ce2c4e6404d7bcfade6b631d42e0d (patch)
treeac44f24515bef29c72390e009cfaa5d8970a7370 /os/hal/ports/STM32/LLD/ADCv3
parentd7df84b3068ee2cc444869fc623fceb60820bffe (diff)
downloadChibiOS-85a55d87b54ce2c4e6404d7bcfade6b631d42e0d.tar.gz
ChibiOS-85a55d87b54ce2c4e6404d7bcfade6b631d42e0d.tar.bz2
ChibiOS-85a55d87b54ce2c4e6404d7bcfade6b631d42e0d.zip
SDMMC2 support, removed a duplicated comment in ADCv3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9671 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/ADCv3')
-rw-r--r--os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h b/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h
index d9ccea7cf..f71d438c9 100644
--- a/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h
+++ b/os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.h
@@ -426,7 +426,6 @@
#error "Invalid IRQ priority assigned to ADC1"
#endif
-/* ADC IRQ priority tests.*/
#if STM32_ADC_USE_ADC2 && \
!OSAL_IRQ_IS_VALID_PRIORITY(STM32_ADC_ADC12_IRQ_PRIORITY)
#error "Invalid IRQ priority assigned to ADC2"