Fix all warnings for stm32f2 lib.

This commit is contained in:
Piotr Esden-Tempski
2013-02-26 17:17:43 -08:00
parent 80fd23580a
commit 7cd9b43529
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ static inline void flash_set_program_size(u32 psize)
FLASH_CR |= psize;
}
void flash_data_cache_enable(void)
void flash_dcache_enable(void)
{
FLASH_ACR |= FLASH_ACR_DCE;
}