头文件缩进

This commit is contained in:
zhangjun1996 2019-06-15 14:05:28 +08:00
parent 537c2376f9
commit 2fc56f4ff4
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ struct stm32_drv_can
};
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
extern int rt_hw_can_init(void);
#ifdef __cplusplus
}
}
#endif
#endif /*__DRV_CAN_H__ */