/***************************************************************************
* Function Name : main
* Description : Main program.
* Input : None
* Output : None
* Return : None
****************************************************************************/
int main(void)//main函数,在STM32F10x.s里,设置IMPORT __main为程序的入口
{
/* Configure the system clocks */
RCC_Configuration();//调用设置系统时钟函数
/* Configure the GPIO ports */
GPIO_Configuration();//调用设置GPIO端口函数