main.c

来自「GPRS源码 for s3c2410.rarGPRS源码 for s3c2410」· C语言 代码 · 共 33 行

C
33
字号
/*********************************************************************************************
* File:	main.c
* Author:	embest
* Desc:	c main entry
* History:	
*********************************************************************************************/

/*------------------------------------------------------------------------------------------*/
/*	 								include files						 				    */
/*------------------------------------------------------------------------------------------*/
#include "2410lib.h"

/*********************************************************************************************
* name:		main
* func:		c code entry
* para:		none
* ret:		none
* modify:
* comment:		
*********************************************************************************************/
void main(void)
{
	
	sys_init();					// Initial s3c2410's Clock, MMU, Interrupt,Port and UART */

	//g_nTimeout = 100;

	gprs_test();

}


⌨️ 快捷键说明

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