expectedfpgasignature.h
来自「good luck to everyone!」· C头文件 代码 · 共 23 行
H
23 行
// Copyright (c) National Instruments 2008. All Rights Reserved.
// Do Not Edit... this file is generated!
#ifndef __ExpectedFPGASignature_h__
#define __ExpectedFPGASignature_h__
namespace nFPGA
{
static const unsigned short g_ExpectedFPGAVersion = 2009;
static const unsigned int g_ExpectedFPGARevision = 0x00100000;
static const unsigned int g_ExpectedFPGASignature[] =
{
0x6F0EA7B8,
0x8ADB8E3F,
0xD4127A39,
0xE3502C6D,
};
}
#endif // __ExpectedFPGASignature_h__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?