From e92af2c75ed050e3be8422eacce2a045ff0eccbf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 24 Apr 2019 14:31:16 -0600 Subject: [PATCH] Fix a typo introduced by a642e9ffac5b742db7ce4678d0df78405386ab6e. --- configs/stm32f103-minimum/src/stm32_mcp2515.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm32f103-minimum/src/stm32_mcp2515.c b/configs/stm32f103-minimum/src/stm32_mcp2515.c index fc780448cd..6fc3977238 100644 --- a/configs/stm32f103-minimum/src/stm32_mcp2515.c +++ b/configs/stm32f103-minimum/src/stm32_mcp2515.c @@ -107,7 +107,7 @@ static struct stm32_mcp2515config_s g_mcp2515config = { .config = { - .spi = NULL; + .spi = NULL, .baud = 0, /* REVISIT. Proably broken by commit eb7373cedfa */ .btp = 0, /* REVISIT. Proably broken by commit eb7373cedfa */ .devid = 0,