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:
cinsights 2021-04-15 11:53:01 +00:00
parent 1f4768da84
commit 519b4aa13c
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ void stm32_clock_init(void) {
#endif /* STM32_HSESRC == STM32_HSE_TCXO */
/* Set HSE SYSCLK prescaler.*/
RCC-CR |= STM32_HSEPRE;
RCC->CR |= STM32_HSEPRE;
/* HSE activation.*/
RCC->CR |= RCC_CR_HSEON;