Skip to content
Snippets Groups Projects
Unverified Commit 56ef4e90 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8350 from kYc0o/fix_stm32l1_model

cpu/stm32l1/vectors.c: fix model stm32l152ret6 -> stm32l152re
parents 2b23697c af8deddb
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ ISR_VECTOR(1) const isr_t vector_cpu[CPU_IRQ_NUMOF] = { ...@@ -141,7 +141,7 @@ ISR_VECTOR(1) const isr_t vector_cpu[CPU_IRQ_NUMOF] = {
isr_dma2_ch5, /* [54] DMA2 Channel 5 global Interrupt */ isr_dma2_ch5, /* [54] DMA2 Channel 5 global Interrupt */
isr_aes, /* [55] AES global Interrupt */ isr_aes, /* [55] AES global Interrupt */
isr_comp_acq /* [56] Comparator Channel Acquisition global Interrupt */ isr_comp_acq /* [56] Comparator Channel Acquisition global Interrupt */
#elif defined(CPU_MODEL_STM32L152RET6) #elif defined(CPU_MODEL_STM32L152RE)
(0UL), /* [45] Reserved */ (0UL), /* [45] Reserved */
isr_tim5, /* [46] TIM5 global Interrupt */ isr_tim5, /* [46] TIM5 global Interrupt */
isr_spi3, /* [47] SPI3 global Interrupt */ isr_spi3, /* [47] SPI3 global Interrupt */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment