From af8deddbf128eb1333e1e30c55af7864b869cd76 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Thu, 11 Jan 2018 18:48:14 +0100 Subject: [PATCH] cpu/stm32l1/vectors.c: fix model stm32l152ret6 -> stm32l152re --- cpu/stm32l1/vectors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32l1/vectors.c b/cpu/stm32l1/vectors.c index 2b33248b34..bbc74fbcbf 100644 --- a/cpu/stm32l1/vectors.c +++ b/cpu/stm32l1/vectors.c @@ -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_aes, /* [55] AES global Interrupt */ isr_comp_acq /* [56] Comparator Channel Acquisition global Interrupt */ -#elif defined(CPU_MODEL_STM32L152RET6) +#elif defined(CPU_MODEL_STM32L152RE) (0UL), /* [45] Reserved */ isr_tim5, /* [46] TIM5 global Interrupt */ isr_spi3, /* [47] SPI3 global Interrupt */