git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7513 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-11-16 10:24:00 +00:00
parent f8dc1b4a80
commit e4a248ae7b
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ void stm32_clock_init(void) {
; /* Waits until HSE is stable. */
#endif
#if STM32_HSE14_ENABLED
#if STM32_HSI14_ENABLED
/* HSI14 activation.*/
RCC->CR2 |= RCC_CR2_HSI14ON;
while (!(RCC->CR2 & RCC_CR2_HSI14RDY))