Skip to content

Commit 86e61dd

Browse files
authored
Merge pull request #3218 from liuduanfei/master
Fix comment errors
2 parents a530a25 + 6e8047e commit 86e61dd

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)