|
- /******************************************************************************/
- /* System Level #define Macros */
- /******************************************************************************/
-
- /* TODO Define system operating frequency */
-
- /* Microcontroller MIPs (FCY) */
- #define SYS_FREQ 80000000L
- #define FCY SYS_FREQ
-
- /******************************************************************************/
- /* System Function Prototypes */
- /******************************************************************************/
-
- /* Custom oscillator configuration funtions, reset source evaluation
- functions, and other non-peripheral microcontroller initialization functions
- go here. */
-
|