25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

20 satır
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. */