main.c

来自「udp,tcp/ip在智能家居芯片上的代码实现.包括芯片NE64的网络驱动源代码」· C语言 代码 · 共 14 行

C
14
字号
#include <hidef.h>      /* common defines and macros */
#include <MC9S12NE64.h>     /* derivative information */




void main(void) {
  /* put your own code here */
  EnableInterrupts;

  for(;;) {} /* wait forever */
  /* please make sure that you never leave this function */
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?