aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F3xx/adc_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-26 11:32:57 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-26 11:32:57 +0000
commit36e66ea4f7dc9cbde7ddb1e5eb2e6dd87e32d015 (patch)
tree27e0dc5bc506fbf79fea3c8c6fc97c710af587b7 /os/hal/ports/STM32/STM32F3xx/adc_lld.h
parenta3e2fd30898b3890a53a505103b5e2535fc34533 (diff)
downloadChibiOS-36e66ea4f7dc9cbde7ddb1e5eb2e6dd87e32d015.tar.gz
ChibiOS-36e66ea4f7dc9cbde7ddb1e5eb2e6dd87e32d015.tar.bz2
ChibiOS-36e66ea4f7dc9cbde7ddb1e5eb2e6dd87e32d015.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7811 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F3xx/adc_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32F3xx/adc_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/STM32F3xx/adc_lld.h b/os/hal/ports/STM32/STM32F3xx/adc_lld.h
index f1ba3f4b2..ffaf94a1c 100644
--- a/os/hal/ports/STM32/STM32F3xx/adc_lld.h
+++ b/os/hal/ports/STM32/STM32F3xx/adc_lld.h
@@ -265,12 +265,12 @@
#endif
#if STM32_ADC_USE_ADC1 && \
- !CORTEX_IS_VALID_KERNEL_PRIORITY(STM32_ADC_ADC12_IRQ_PRIORITY)
+ !OSAL_IRQ_IS_VALID_PRIORITY(STM32_ADC_ADC12_IRQ_PRIORITY)
#error "Invalid IRQ priority assigned to ADC1"
#endif
#if STM32_ADC_USE_ADC1 && \
- !CORTEX_IS_VALID_KERNEL_PRIORITY(STM32_ADC_ADC12_DMA_IRQ_PRIORITY)
+ !OSAL_IRQ_IS_VALID_PRIORITY(STM32_ADC_ADC12_DMA_IRQ_PRIORITY)
#error "Invalid IRQ priority assigned to ADC1 DMA"
#endif
@@ -280,12 +280,12 @@
#endif
#if STM32_ADC_USE_ADC3 && \
- !CORTEX_IS_VALID_KERNEL_PRIORITY(STM32_ADC_ADC34_IRQ_PRIORITY)
+ !OSAL_IRQ_IS_VALID_PRIORITY(STM32_ADC_ADC34_IRQ_PRIORITY)
#error "Invalid IRQ priority assigned to ADC3"
#endif
#if STM32_ADC_USE_ADC3 && \
- !CORTEX_IS_VALID_KERNEL_PRIORITY(STM32_ADC_ADC34_DMA_IRQ_PRIORITY)
+ !OSAL_IRQ_IS_VALID_PRIORITY(STM32_ADC_ADC34_DMA_IRQ_PRIORITY)
#error "Invalid IRQ priority assigned to ADC3 DMA"
#endif