csl_version.c
来自「TI的DM6446的硬件平台搭建的相关例子」· C语言 代码 · 共 24 行
C
24 行
/* ============================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ===========================================================================
*/
#include <csl_version.h>
#pragma DATA_SECTION(CSL_versionStr, ".const:csl_section:version");
const char CSL_versionStr[] =
CSL_VERSION_STR ":" CSL_CHIP_STR ":" __DATE__ ":" __TIME__;
#pragma CODE_SECTION(CSL_version3_00_02_01, ".text:csl_section:version");
void CSL_version3_00_02_01( )
{
}
#pragma CODE_SECTION(CSL_chip64plus, ".text:csl_section:version");
void CSL_chip64plus( )
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?