📄 nt_int.c
字号:
/*
** FILE : nt_int.c
**
** DESCRIPTION : This module is the main module for an example with interrupt
** service routines in C.
**
*/
void main(void)
{
/* Initialize hardware. */
/* Enable interrupt */
while ( 1 ) ; /* Stay here forever. Let ISRs do the work. */
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -