Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /******************************************************************************/
- /* System Level #define Macros */
- /******************************************************************************/
- /* TODO Define system operating frequency */
- #ifndef _SYSTEM_H
- #define _SYSTEM_H
- /* Microcontroller MIPs (FCY) */
- #define SYS_FREQ 8000000L
- #define FCY SYS_FREQ/4
- /* Handles clock switching/osc initialization */
- void ConfigureOscillator(void);
- #endif
Advertisement
Add Comment
Please, Sign In to add comment