Upgrade Readme.md

This commit is contained in:
Huang Xin 2019-05-22 11:31:00 +08:00
parent a1872561be
commit 4805813ec7
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ _install
+ 编译信息 + 编译信息
执行 make 命令进行编译结束后vBRAS/Common/compile.h 文件中保存了当前系统编译信息,可以在代码中直接引用。 执行 make 命令进行编译结束后vBRAS/Common/compile.h 文件中保存了当前系统编译信息,可以在代码中直接引用。
<code> <code>
#define vBRAS_COMPILE_DATE "2019-05-22" #define vBRAS_COMPILE_DATE "2019-05-22"
#define vBRAS_COMPILE_TIME "11:19:58" #define vBRAS_COMPILE_TIME "11:19:58"
#define vBRAS_COMPILE_MAJOR "20190522" #define vBRAS_COMPILE_MAJOR "20190522"
#define vBRAS_COMPILE_SUB "111958" #define vBRAS_COMPILE_SUB "111958"
#define vBRAS_COMPILE_BY "hx" #define vBRAS_COMPILE_BY "hx"