From ff49ca9946a85e4f9743babebfdd232a8f222b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Wed, 4 May 2016 12:59:16 +0200 Subject: [PATCH] cpu/lm4f120: fix SSI1 isr name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Poulhiès --- cpu/lm4f120/vectors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/lm4f120/vectors.c b/cpu/lm4f120/vectors.c index f4bf619d3f..81ff26617a 100644 --- a/cpu/lm4f120/vectors.c +++ b/cpu/lm4f120/vectors.c @@ -156,7 +156,7 @@ ISR_VECTORS const void *interrupt_vector[] = { (void *) (0UL), /* Reserved 47 */ (void *) (0UL), /* Reserved 48 */ (void *) isr_uart2, /* UART 2 49 */ - (void *) isr_ssi2, /* SSI 1 50 */ + (void *) isr_ssi1, /* SSI 1 50 */ (void *) isr_timer3a, /* 16/32 bit timer 3 A 51 */ (void *) isr_timer3b, /* 16/32 bit timer 3 B 52 */ (void *) isr_i2c1, /* I2C 1 53 */