Skip to content

Commit c77e999

Browse files
author
thread-liu
committed
[update] delete extra null string.
1 parent fbc3075 commit c77e999

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bsp/stm32/libraries/HAL_Drivers/drv_hwtimer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ static void pclkx_doubler_get(rt_uint32_t *pclk1_doubler, rt_uint32_t *pclk2_dou
177177
*pclk2_doubler = 2;
178178
}
179179
#else
180-
181180
if (RCC_ClkInitStruct.APB1CLKDivider != RCC_HCLK_DIV1)
182181
{
183182
*pclk1_doubler = 2;

0 commit comments

Comments
 (0)