📄 sysinit.c
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -