📄 cc_rev.h
字号:
/****************************************************************************
File name : cc_rev.h
Description : contain cc review
Date Creation Name
---- ------------ ----
06 09 05 AW
*****************************************************************************/
/* Define to prevent recursive inclusion */
#ifndef __CC_REV_H
#define __CC_REV_H
#ifdef __cplusplus
extern "C" {
#endif
static const ST_Revision_t CC_Revision = "STCC-REL_2.0.10";
#ifdef __cplusplus
}
#endif
#endif /* #ifndef __CC_REV_H */
/* End of cc_rev.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -