?? main.c
字號:
/*********************************************************************************************
* File: main.c
* Author: embest
* Desc: c main entry
* History:
* J.Y.Guo, Programming start, March 12, 2005
*********************************************************************************************/
#include "2410lib.h"
/*------------------------------------------------------------------------------------------*/
/* function declare */
/*------------------------------------------------------------------------------------------*/
/*********************************************************************************************
* name: main
* func: c code entry
* para: none
* ret: none
* modify:
* comment:
*********************************************************************************************/
void Main(int argc,char **argv)
{
sys_init(); // Initial s3c2410's Clock, MMU, Interrupt,Port and UART
g_nTimeout=10;
usb_test();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -