diff options
Diffstat (limited to 'os/hal/ports/STM32L1xx/adc_lld.c')
-rw-r--r-- | os/hal/ports/STM32L1xx/adc_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32L1xx/adc_lld.c b/os/hal/ports/STM32L1xx/adc_lld.c index ab4b7cd1a..bce7e3725 100644 --- a/os/hal/ports/STM32L1xx/adc_lld.c +++ b/os/hal/ports/STM32L1xx/adc_lld.c @@ -87,7 +87,7 @@ static void adc_lld_serve_rx_interrupt(ADCDriver *adcp, uint32_t flags) { *
* @isr
*/
-OSAL_IRQ_HANDLER(ADC1_IRQHandler) {
+OSAL_IRQ_HANDLER(Vector88) {
uint32_t sr;
OSAL_IRQ_PROLOGUE();
|