Improved comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14273 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
00b903fa75
commit
9d807eaab4
|
@ -1362,7 +1362,8 @@
|
||||||
#define STM32_PLLSAI2REN (0 << 24)
|
#define STM32_PLLSAI2REN (0 << 24)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Inclusion of PLLSAI-related checks and calculations.*/
|
/* Inclusion of PLLSAI-related checks and calculations, all PLLs share the
|
||||||
|
same clock source so enforcing this condition.*/
|
||||||
#define STM32_PLLSAI1M_VALUE STM32_PLLM_VALUE
|
#define STM32_PLLSAI1M_VALUE STM32_PLLM_VALUE
|
||||||
#define STM32_PLLSAI2M_VALUE STM32_PLLM_VALUE
|
#define STM32_PLLSAI2M_VALUE STM32_PLLM_VALUE
|
||||||
#define STM32_PLLSAI1CLKIN STM32_PLLCLKIN
|
#define STM32_PLLSAI1CLKIN STM32_PLLCLKIN
|
||||||
|
|
Loading…
Reference in New Issue