[update] delete extra null string.

This commit is contained in:
thread-liu 2020-08-28 13:47:46 +08:00
parent fbc307529e
commit c77e9991ea
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ static void pclkx_doubler_get(rt_uint32_t *pclk1_doubler, rt_uint32_t *pclk2_dou
*pclk2_doubler = 2;
}
#else
if (RCC_ClkInitStruct.APB1CLKDivider != RCC_HCLK_DIV1)
{
*pclk1_doubler = 2;