bconfig.h

来自「Boot code for ADM5120 with serial consol」· C头文件 代码 · 共 29 行

H
29
字号
/*****************************************************************************;;   Project : ;   Creator :;   File    : bconfig.h;   Abstract: boot config include file for loader;;*****************************************************************************/#if __cplusplusextern "C" {#endif#ifndef _BCONFIG_H_#define _BCONFIG_H_#include "hw_profile.h"#define BOOT_COLD	2//#define _runCode	HWPF_POST_START     #endif /* _BCONFIG_H_ */#if __cplusplus}#endif

⌨️ 快捷键说明

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