summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r--firmware/export/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 121deafc7e..84c222e171 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -234,6 +234,10 @@ static inline unsigned long SWAB32(unsigned long value)
234#define invalidate_icache() 234#define invalidate_icache()
235 235
236#endif 236#endif
237#else
238
239#define invalidate_icache()
240
237#endif 241#endif
238 242
239#endif 243#endif