X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Finclude%2Fstm32f4xx.h;h=63306bab5470807db56077e293411b1ae85a1b9a;hb=60199925981808668a7fd5d86602a4e574bc2b63;hp=e7b49be29fe9811dd6d6616247a0615e83c8a2e1;hpb=b58937eb83447c1c3d073ed6343f5ac062f9f969;p=goodfet diff --git a/firmware/include/stm32f4xx.h b/firmware/include/stm32f4xx.h index e7b49be..63306ba 100644 --- a/firmware/include/stm32f4xx.h +++ b/firmware/include/stm32f4xx.h @@ -88,9 +88,10 @@ can define the HSE value in your toolchain compiler preprocessor. */ -#if !defined (HSE_VALUE) - #define HSE_VALUE ((uint32_t)25000000) /*!< Value of the External oscillator in Hz */ -#endif /* HSE_VALUE */ +//#if !defined (HSE_VALUE) +#undef HSE_VALUE +#define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */ +//#endif /* HSE_VALUE */ /** * @brief In the following line adjust the External High Speed oscillator (HSE) Startup