迁移至 Arm Compiler 6
This commit is contained in:
		| @@ -654,7 +654,7 @@ static void SetSysClock(void) | ||||
|     RCC->CFGR |= RCC_CFGR_SW_PLL; | ||||
|  | ||||
|     /* Wait till the main PLL is used as system clock source */ | ||||
|     while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS ) != RCC_CFGR_SWS_PLL); | ||||
|     while ((RCC->CFGR & (uint32_t)RCC_CFGR_SWS ) != RCC_CFGR_SWS_PLL) | ||||
|     { | ||||
|     } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user