debug.c
来自「一个小的嵌入式os」· C语言 代码 · 共 23 行
C
23 行
#include "SPCE061A.h"
#include "LCD_Dis.h"
#include "Lcd320240.h"
#include "GUI.h"
#include "SPLC501_LCD.h"
#include "gps_head.h"
#include "uart.h"
#include "44b0x.h"
#include "Nand.h"
#include <string.h>
#include "Flashled.h"
#include "Cn_oS_head.h"
//extern TINFO T_INFO[TASK_NUMBER];
void Debug_0(void)
{
//uart_put_string((int)&(T_INFO[1].STACK[2749]));
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?