/**************************************************************************** * * Config.h * * Contains configuration information. * ****************************************************************************/ #if !defined( CONFIG_H ) #define CONFIG_H #define CFG_CPU_CLOCK 16000000L #endif // CONFIG_H