📄 fsmver.c
字号:
/*****************************************************************************
*
* FILE NAME : fdiver.c
*
* DESCRIPTION : Unit version information
*
* HISTORY :
* See Log at end of file
*
* Copyright (c) 1998 - 2002 LSI Logic. All rights reserved. LSI Confidential information.
* Copyright (c) 2002, VIA Technologies, Inc.
*****************************************************************************/
/*----------------------------------------------------------------------------
Include Files
----------------------------------------------------------------------------*/
#include "sysdefs.h"
/*----------------------------------------------------------------------------
Global Variables
----------------------------------------------------------------------------*/
const uint8 FsmVersion[] =
{
0, /* Major Version */
1, /* Minor version */
0 /* Revision */
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -