www.pudn.com > 8019udp.zip > config.h


/******************************************************************** 
   本程序只供学习使用,未经作者许可,不得用于其它任何用途 
 
        欢迎访问我的USB专区:http://group.ednchina.com/93/ 
		欢迎访问我的blog:   http://www.ednchina.com/blog/computer00 
		                     http://computer00.21ic.org 
 
  config.h file 
 
  作者:Computer-lov 
  建立日期:2007-11-20 
  修改日期:2007-11-20 
  版本:V1.0 
  版权所有,盗版必究。 
  Copyright(C) Computer-lov 2007-2017 
  All rights reserved 
********************************************************************/ 
 
#ifndef __CONFIG_H__ 
#define __CONFIG_H__ 
 
#define Fclk      22118400UL		 /*使用22.1184M晶体*/ 
#define BitRate   9600UL		     /*波特率定义为9600*/ 
 
#endif