20 lines
459 B
C
20 lines
459 B
C
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
/*********************************************************/
|
|
|
|
#define MAIN_Fosc 22118400L //定义主时钟
|
|
//#define MAIN_Fosc 12000000L //定义主时钟
|
|
//#define MAIN_Fosc 11059200L //定义主时钟
|
|
//#define MAIN_Fosc 5529600L //定义主时钟
|
|
//#define MAIN_Fosc 24000000L //定义主时钟
|
|
|
|
#define STC8Gxx //STC8G系列
|
|
|
|
/*********************************************************/
|
|
#define DEBUG_ 0
|
|
#include "STC8xxxx.H"
|
|
|
|
|
|
#endif
|