Skip to content

Commit 6e101e0

Browse files
committed
Fix cache cleaning method
1 parent 4f25c16 commit 6e101e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/mbed/api/CThunk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class CThunk
202202
uint32_t addr;
203203

204204
for (addr = start_addr; addr < end_addr; addr += 0x20) {
205-
__v7_clean_dcache_mva((void *)addr);
205+
__v7_clean_inv_dcache_mva((void *)addr);
206206
}
207207
}
208208
#endif

0 commit comments

Comments
 (0)