X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fstm32f4xx.h;fp=firmware%2Finclude%2Fstm32f4xx.h;h=63306bab5470807db56077e293411b1ae85a1b9a;hp=e7b49be29fe9811dd6d6616247a0615e83c8a2e1;hb=7db4c5ae7e4b65a88db629e617c69961e20deea5;hpb=adc84c6eb5761e45f6323b2c4440acb30b0a490b 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