📄 task1_start.h
字号:
/*****************************************************************************
*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -