Skip to content

Commit b839de3

Browse files
committed
chore(h5): update hal conf default
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 064bbe4 commit b839de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: system/STM32H5xx/stm32h5xx_hal_conf_default.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The real value may vary depending on the variations
148148
in voltage and temperature.*/
149149

150150
#if !defined (LSI_STARTUP_TIME)
151-
#define LSI_STARTUP_TIME 130UL /*!< Time out for LSI start up, in ms */
151+
#define LSI_STARTUP_TIME 130UL /*!< Time out for LSI start up, in us */
152152
#endif /* LSI_STARTUP_TIME */
153153

154154
/**

0 commit comments

Comments
 (0)