appmain.c
来自「北京瑞泰创新的DM642光盘资料.非常有用.里面有很多源代码」· C语言 代码 · 共 39 行
C
39 行
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/*
* ======== appMain.c ========
*/
// DSP/BIOS includes
#include <std.h>
//CSL
#include <csl.h>
#include <csl_dat.h>
#include <csl_cache.h>
// RF5 library includes
#include <utl.h>
// App includes
#include "appResources.h"
#include "appThreads.h"
#include "appIO.h"
/*
* ======== main ========
*
* Main application function.
*/
Void main() {
appThreadInit();
UTL_logDebug( "Application started" );
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?