Skip to content

Commit 225319b

Browse files
committed
chore(u5): update hal conf default
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4dd0673 commit 225319b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/STM32U5xx/stm32u5xx_hal_conf_default.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
******************************************************************************
88
* @attention
99
*
10-
* Copyright (c) 2021 STMicroelectronics.
10+
* Copyright (c) 2021-2023 STMicroelectronics.
1111
* All rights reserved.
1212
*
1313
* This software is licensed under terms that can be found in the LICENSE file
@@ -150,7 +150,7 @@ extern "C" {
150150
vary depending on the variations in voltage and temperature.*/
151151

152152
#if !defined (LSI_STARTUP_TIMEOUT)
153-
#define LSI_STARTUP_TIMEOUT 130UL /*!< Time out for LSI start up, in ms */
153+
#define LSI_STARTUP_TIMEOUT 130UL /*!< Time out for LSI start up, in us */
154154
#endif /* LSI_STARTUP_TIMEOUT */
155155

156156
/**

0 commit comments

Comments
 (0)