浏览代码

fix bxcan include component.h dirs error

Aubr.Cool 10 年之前
父节点
当前提交
b7010ff946
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/stm32f10x/drivers/bxcan.c

+ 1 - 1
bsp/stm32f10x/drivers/bxcan.c

@@ -16,7 +16,7 @@
 #include <board.h>
 #include <board.h>
 #include <bxcan.h>
 #include <bxcan.h>
 #ifdef RT_USING_COMPONENTS_INIT
 #ifdef RT_USING_COMPONENTS_INIT
-#include <init/components.h>
+#include <components.h>
 #endif
 #endif
 #ifdef RT_USING_CAN
 #ifdef RT_USING_CAN