dead.c

来自「TDK 6521 SOC 芯片 DEMO程序」· C语言 代码 · 共 36 行

C
36
字号
/***************************************************************************
 * This code and information is provided "as is" without warranty of any   *
 * kind, either expressed or implied, including but not limited to the     *
 * implied warranties of merchantability and/or fitness for a particular   *
 * purpose.                                                                *
 *                                                                         *
 * Copyright (C) 2006 Teridian Semiconductor Corp. All Rights Reserved.    *
 ***************************************************************************/
//**************************************************************************
//  DESCRIPTION: DEAD SPACE - Dead FLASH space if using BOOT loader.
//							- Need to use if 651x, 6521 A01 parts.
// 
//  AUTHOR:  MTF
//
//  HISTORY: See end of file
//**************************************************************************
// File:  DEAD.C
//               
#include "options.h"

static uint16r_t dead[] = { 0x0000, 0x0000, 0x0000, 0x0000 };

/***************************************************************************
 * History:
 * $Log: dead.c,v $
 * Revision 1.1  2006/02/08 22:56:15  gmikef
 * *** empty log message ***
 *

 *
 * Copyright (C) 2006 Teridian Semiconductor Corp. All Rights Reserved.    *
 * this program is fully protected by the United States copyright          *
 * laws and is the property of Teridian Semiconductor Corporation.         *
 ***************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?