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 f9a074349b..f554ac7cf1 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -253,6 +253,10 @@ static inline void cpu_boost_unlock(void)
253 #define MIN_STACK_ALIGN 8 253 #define MIN_STACK_ALIGN 8
254#endif 254#endif
255 255
256#ifdef CPU_MIPS
257 #define HAVE_CPU_CACHE_ALIGN
258#endif
259
256/* Define this if target has support for generating backtraces */ 260/* Define this if target has support for generating backtraces */
257#ifdef CPU_ARM 261#ifdef CPU_ARM
258 #define HAVE_RB_BACKTRACE 262 #define HAVE_RB_BACKTRACE