请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
部件号:CCStudio 工具/软件:Code Composer Studio
客户希望自动管理版本。
现在在CCS中定义一个版本号,并将其输出到文件名,如下所示。
但不知道如何在代码中引用它,例如,下面的代码不起作用。
const UBYTE g_sFwVersion[10] = "$(app_version)";//
是否仍有执行的办法?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
客户希望自动管理版本。
现在在CCS中定义一个版本号,并将其输出到文件名,如下所示。
但不知道如何在代码中引用它,例如,下面的代码不起作用。
const UBYTE g_sFwVersion[10] = "$(app_version)";//
是否仍有执行的办法?