X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fclock_stm32.h;fp=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fclock_stm32.h;h=2538abc411d678645a5931fbdb224333d2c6abd5;hb=a3fbaaca5bb78a1d53d3b32f345186013567fa61;hp=e91753d62a06498a7c9c2a7c47899ce7a72c60bc;hpb=bd769039519285af6d5a5fe999819b4c66020dda;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/clock_stm32.h b/bertos/cpu/cortex-m3/drv/clock_stm32.h index e91753d6..2538abc4 100644 --- a/bertos/cpu/cortex-m3/drv/clock_stm32.h +++ b/bertos/cpu/cortex-m3/drv/clock_stm32.h @@ -251,7 +251,9 @@ /*\}*/ /* Crystal frequency of the main oscillator (8MHz) */ +#ifndef PLL_VCO #define PLL_VCO 8000000 +#endif /* Reset and Clock Controller registers */ struct RCC