From b7010ff946a3d4b1717554264e4a924637a89079 Mon Sep 17 00:00:00 2001 From: "Aubr.Cool" Date: Tue, 30 Jun 2015 14:27:05 +0800 Subject: [PATCH] fix bxcan include component.h dirs error --- bsp/stm32f10x/drivers/bxcan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32f10x/drivers/bxcan.c b/bsp/stm32f10x/drivers/bxcan.c index 83d82d04fa..6f1f05c32b 100644 --- a/bsp/stm32f10x/drivers/bxcan.c +++ b/bsp/stm32f10x/drivers/bxcan.c @@ -16,7 +16,7 @@ #include #include #ifdef RT_USING_COMPONENTS_INIT -#include +#include #endif #ifdef RT_USING_CAN -- GitLab