sysinit.c

来自「Coldfire MCF5282 DBug bootloader」· C语言 代码 · 共 20 行

C
20
字号
/*
 * File:		sysinit.c
 * Purpose:		Reset configuration of the processor.
 *
 * Notes:
 *
 */

#include "src/include/dbug.h"

/********************************************************************/
void
<processor>_init(void)
{
	/*
	 * Any initialization required for the on-chip features
	 * to work properly
	 */
}
/********************************************************************/

⌨️ 快捷键说明

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