Fix typo in WL55 hal_lld.c
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14188 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
1f4768da84
commit
519b4aa13c
|
@ -194,7 +194,7 @@ void stm32_clock_init(void) {
|
||||||
#endif /* STM32_HSESRC == STM32_HSE_TCXO */
|
#endif /* STM32_HSESRC == STM32_HSE_TCXO */
|
||||||
|
|
||||||
/* Set HSE SYSCLK prescaler.*/
|
/* Set HSE SYSCLK prescaler.*/
|
||||||
RCC-CR |= STM32_HSEPRE;
|
RCC->CR |= STM32_HSEPRE;
|
||||||
|
|
||||||
/* HSE activation.*/
|
/* HSE activation.*/
|
||||||
RCC->CR |= RCC_CR_HSEON;
|
RCC->CR |= RCC_CR_HSEON;
|
||||||
|
|
Loading…
Reference in New Issue