You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system/STM32WBAxx/stm32wbaxx_hal_conf_default.h
+4-4
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,9 @@ extern "C" {
101
101
*/
102
102
#if !defined (LSI_VALUE)
103
103
#defineLSI_VALUE 32000UL /*!< LSI Typical Value in Hz*/
104
-
#endif/* LSI_VALUE *//*!< Value of the Internal Low Speed oscillator in Hz. The real value may vary depending on the variations in voltage and temperature.*/
104
+
#endif/* LSI_VALUE *//*!< Value of the Internal Low Speed oscillator in Hz
105
+
The real value may vary depending on the variations in voltage
0 commit comments