/*******************************************************************************
**File Name: test.c
**Description: project test file, used to test some modules function of k60
**Editor: jicheng at Shandong University, all copyrights are reserved.
**Date: 2012.1.8
**History: V1.0
*******************************************************************************/
#include "system.h"
#include "common.h"
#include "BSP_Lib.h" //库的头文件
void main(void)
{
//---------------insert your code in the following-----------------