aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-16 18:44:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-16 18:44:15 +0000
commit603e117103e1404fff9799d52bb3dcd469b9044a (patch)
tree714083f0492e4d7164f2be9a34756a2dc0313373 /os/hal/ports
parenta69dc3c442a610964d8d3317afeab66e96ac167a (diff)
downloadChibiOS-603e117103e1404fff9799d52bb3dcd469b9044a.tar.gz
ChibiOS-603e117103e1404fff9799d52bb3dcd469b9044a.tar.bz2
ChibiOS-603e117103e1404fff9799d52bb3dcd469b9044a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8224 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.c b/os/hal/ports/STM32/STM32F7xx/hal_lld.c
index 4ff0a33b5..4b4a98851 100644
--- a/os/hal/ports/STM32/STM32F7xx/hal_lld.c
+++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.c
@@ -149,7 +149,7 @@ void hal_lld_init(void) {
/* Invalidating data cache to make sure that the MPU settings are taken
immediately.*/
- SCB_InvalidateDCache();
+ SCB_CleanInvalidateDCache();
#endif
#endif