switest.c
来自「闻亭培训的第一天资料」· C语言 代码 · 共 24 行
C
24 行
#include <std.h>
#include <log.h>
#include "switestcfg.h"
void FXN_F_hello();
void main()
{
LOG_printf(&trace, "hello world1!");
SWI_post(&SWI0);
}
void FXN_F_hello()
{
LOG_printf(&trace, "hello world2!");
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?