We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd0673 commit 225319bCopy full SHA for 225319b
system/STM32U5xx/stm32u5xx_hal_conf_default.h
@@ -7,7 +7,7 @@
7
******************************************************************************
8
* @attention
9
*
10
- * Copyright (c) 2021 STMicroelectronics.
+ * Copyright (c) 2021-2023 STMicroelectronics.
11
* All rights reserved.
12
13
* This software is licensed under terms that can be found in the LICENSE file
@@ -150,7 +150,7 @@ extern "C" {
150
vary depending on the variations in voltage and temperature.*/
151
152
#if !defined (LSI_STARTUP_TIMEOUT)
153
-#define LSI_STARTUP_TIMEOUT 130UL /*!< Time out for LSI start up, in ms */
+#define LSI_STARTUP_TIMEOUT 130UL /*!< Time out for LSI start up, in us */
154
#endif /* LSI_STARTUP_TIMEOUT */
155
156
/**
0 commit comments