Commit 6027cf08 authored by sam's avatar sam

modify Sample/sys/main.c code format

parent 0c59bb07
......@@ -89,7 +89,7 @@ int main()
192000, //UINT32 u32CpuKHz,
192000/2, //UINT32 u32HclkKHz,
192000/4); //UINT32 u32ApbKHz
u32ExtFreq = sysGetExternalClock();
u32PllOutKHz = sysGetPLLOutputKhz(eSYS_UPLL, u32ExtFreq);
DBG_PRINTF("PLL out frequency %d Khz\n", u32PllOutKHz);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment