Merged in no1wudi/nuttx (pull request #291)
fix compile error when disabled the flash data cache corruption for stm32 f1xx Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
commit
4c6680df99
@ -144,7 +144,7 @@ static void data_cache_enable(void)
|
||||
|
||||
modifyreg32(STM32_FLASH_ACR, 0, FLASH_ACR_DCEN);
|
||||
}
|
||||
#endif
|
||||
#endif /* defined(CONFIG_STM32_FLASH_WORKAROUND_DATA_CACHE_CORRUPTION_ON_RWW) */
|
||||
|
||||
/************************************************************************************
|
||||
* Public Functions
|
||||
|
Loading…
Reference in New Issue
Block a user