We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a4536 commit 7e3dd9fCopy full SHA for 7e3dd9f
py/asmthumb.c
@@ -51,7 +51,7 @@ void asm_thumb_end_pass(asm_thumb_t *as) {
51
(void)as;
52
// could check labels are resolved...
53
54
- #if defined(MCU_SERIES_F7)
+ #if __ICACHE_PRESENT == 1
55
if (as->base.pass == MP_ASM_PASS_EMIT) {
56
// flush D-cache, so the code emitted is stored in memory
57
MP_HAL_CLEAN_DCACHE(as->base.code_base, as->base.code_size);
0 commit comments