Skip to content

Commit 6e8047e

Browse files
authored
Update drv_common.c
Fix comment errors
1 parent a530a25 commit 6e8047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32/libraries/HAL_Drivers/drv_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RT_WEAK void rt_hw_board_init()
130130
__set_PRIMASK(0);
131131
/* System clock initialization */
132132
SystemClock_Config();
133-
/* disbale interrupt */
133+
/* disable interrupt */
134134
__set_PRIMASK(1);
135135

136136
rt_hw_systick_init();

0 commit comments

Comments
 (0)