From f407c0326feb5ed4c3c49d92a56189dd4a546277 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 3 Dec 2013 08:34:55 +0000 Subject: Fixed bug #444. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6520 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F37x/USB_CDC/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32F37x/USB_CDC') diff --git a/testhal/STM32F37x/USB_CDC/mcuconf.h b/testhal/STM32F37x/USB_CDC/mcuconf.h index 4d4320200..5f8e5044b 100644 --- a/testhal/STM32F37x/USB_CDC/mcuconf.h +++ b/testhal/STM32F37x/USB_CDC/mcuconf.h @@ -70,7 +70,7 @@ #define STM32_ADC_SDADC1_DMA_PRIORITY 2 #define STM32_ADC_SDADC2_DMA_PRIORITY 2 #define STM32_ADC_SDADC3_DMA_PRIORITY 2 -#define STM32_ADC_IRQ_PRIORITY 5 +#define STM32_ADC_ADC1_IRQ_PRIORITY 5 #define STM32_ADC_SDADC1_IRQ_PRIORITY 5 #define STM32_ADC_SDADC2_IRQ_PRIORITY 5 #define STM32_ADC_SDADC3_IRQ_PRIORITY 5 -- cgit v1.2.3