info.h
来自「Boot code for ADM5120 with serial consol」· C头文件 代码 · 共 23 行
H
23 行
/*****************************************************************************; Project : Edimax MIPS Bootloader; Creator :; File : info.h; Abstract: System information;;*****************************************************************************/#if __cplusplusextern "C" {#endif#ifndef _MISC_INFO_H_#define _MISC_INFO_H_void misc_info(unsigned int, unsigned int); // xperiment.cvoid adm_info(); // adm_info.c#endif#if __cplusplus}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?