📄 main.c
字号:
#include <string.h>
#include "..\inc\include.h"
#include "..\inc\isr.h"
extern char prompt;
void Main(void)
{
#if (PLLON==1)
ChangePllValue(PLL_M,PLL_P,PLL_S);
#endif
Port_Init ();
Uart_Init (0,115200);
Uart_Select (0);
Isr_Init();
Uart_Printf("\r\n%c",prompt);
while(1)
{
;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -