Advertisement
kenliao94

Untitled

May 30th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.44 KB | None | 0 0
  1. /**
  2.  * @brief In the following line adjust the value of External High Speed oscillator (HSE)
  3.    used in your application
  4.    
  5.    Tip: To avoid modifying this file each time you need to use different HSE, you
  6.         can define the HSE value in your toolchain compiler preprocessor.
  7.   */          
  8.  
  9. #if !defined  (HSE_VALUE)
  10.   #define HSE_VALUE    ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
  11. #endif /* HSE_VALUE */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement