diff options
Diffstat (limited to 'testhal/STM32L1xx/UART')
| -rw-r--r-- | testhal/STM32L1xx/UART/mcuconf.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/UART/mcuconf.h b/testhal/STM32L1xx/UART/mcuconf.h index d1b9069be..8a232fe4d 100644 --- a/testhal/STM32L1xx/UART/mcuconf.h +++ b/testhal/STM32L1xx/UART/mcuconf.h @@ -61,7 +61,8 @@   */
  #define STM32_ADC_USE_ADC1                  TRUE
  #define STM32_ADC_ADC1_DMA_PRIORITY         2
 -#define STM32_ADC_ADC1_IRQ_PRIORITY         5
 +#define STM32_ADC_IRQ_PRIORITY              5
 +#define STM32_ADC_ADC1_DMA_IRQ_PRIORITY     5
  /*
   * CAN driver system settings.
  | 
