Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

20 строки
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. */