Fix all warnings for stm32f4 lib.

This commit is contained in:
Piotr Esden-Tempski
2013-02-26 17:19:22 -08:00
parent 7cd9b43529
commit 1a025b5379
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;
}