target.txt
来自「自己写的小程序包含串口和LCD」· 文本 代码 · 共 21 行
TXT
21 行
#include "def.h"
#include "option.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "usrdef.h"
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
U32 SYS_HCLK,SYS_FCLK,SYS_PCLK;
extern char Image$$RW$$Limit[];
void *mallocPt=Image$$RW$$Limit;
//extern int RdURXH0(void);
/*********************************[╰参
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?