task1_start.h
来自「一个简单的小型操作系统」· C头文件 代码 · 共 50 行
H
50 行
/*****************************************************************************
*
* Module : task1_start.h
* Description : a continuous task
* Platform : e7t
* History :
*
* 2000-03-27 Andrew N. Sloss
* - implememted on an ARM Evalautor-7T
*
*****************************************************************************/
/*****************************************************************************
* IMPORT
*****************************************************************************/
/* none... */
/*****************************************************************************
* MACROS
*****************************************************************************/
/* none... */
/*****************************************************************************
* STATICS
*****************************************************************************/
/* none... */
/*****************************************************************************
* ROUTINES
*****************************************************************************/
/* -- C_EntryTask1 ------------------------------------------------------------
*
* Description : Entry point to application task1
*
* Parameters : none...
* Return : none...
* Notes :
*
* This task continuously runs
*
*/
void C_EntryTask1(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?