/******************************************************************************/ /* User Level #define Macros */ /******************************************************************************/ /* TODO Application specific user parameters used in user.c may go here */ /******************************************************************************/ /* User Function Prototypes */ /******************************************************************************/ /* Microcontroller MIPs (FCY) */ #define SYS_FREQ 32000000L #define FCY SYS_FREQ/4 #define _XTAL_FREQ SYS_FREQ /******************************************************************************/ /* System Function Prototypes */ /******************************************************************************/ #include #include /* TODO User level functions prototypes (i.e. InitApp) go here */ void InitApp(void); /* I/O and Peripheral Initialization */