We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f6381 commit 97649bbCopy full SHA for 97649bb
system/STM32MP1xx/system_stm32mp1xx.c
@@ -48,7 +48,15 @@
48
* @{
49
*/
50
51
-#include "stm32mp1xx_hal.h"
+#include "stm32mp1xx.h"
52
+
53
+#if !defined (HSE_VALUE)
54
+ #define HSE_VALUE ((uint32_t)24000000) /*!< Default value of the External oscillator in Hz : FPGA case fixed to 60MHZ */
55
+#endif /* HSE_VALUE */
56
57
+#if !defined (HSI_VALUE)
58
+ #define HSI_VALUE ((uint32_t)64000000) /*!< Default value of the Internal oscillator in Hz*/
59
+#endif /* HSI_VALUE */
60
61
/**
62
* @}
0 commit comments