Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

20 righe
789 B

  1. /******************************************************************************/
  2. /* System Level #define Macros */
  3. /******************************************************************************/
  4. /* TODO Define system operating frequency */
  5. /* Microcontroller MIPs (FCY) */
  6. #define SYS_FREQ 80000000L
  7. #define FCY SYS_FREQ
  8. /******************************************************************************/
  9. /* System Function Prototypes */
  10. /******************************************************************************/
  11. /* Custom oscillator configuration funtions, reset source evaluation
  12. functions, and other non-peripheral microcontroller initialization functions
  13. go here. */