app_heartbeat.c

来自「嵌入式的tcpip协议栈」· C语言 代码 · 共 15 行

C
15
字号
#include <includes.h>

/*********************************************************************************************************
*                                             AppTaskHeartbeat()
*
* Description : Heartbeat at 0.5Hz. The funtn is called every second.
*
* Argument(s) : none.
*
* Return(s)   : none.
*********************************************************************************************************
*/
/*Insert the AppTaskHeartBeat here */

⌨️ 快捷键说明

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