20 lines
789 B
C
20 lines
789 B
C
/******************************************************************************/
|
|
/* 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. */
|
|
|
|
|