fix bxcan include component.h dirs error

This commit is contained in:
Aubr.Cool 2015-06-30 14:27:05 +08:00
parent b3f0737a99
commit b7010ff946
1 changed files with 1 additions and 1 deletions

View File

@ -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