summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index f26b3d7f56..ebeef9c004 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -253,6 +253,11 @@ 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/* Define this if target has support for generating backtraces */
257#ifdef CPU_ARM
258 #define HAVE_RB_BACKTRACE
259#endif
260
256#ifndef MIN_STACK_ALIGN 261#ifndef MIN_STACK_ALIGN
257#define MIN_STACK_ALIGN (sizeof (uintptr_t)) 262#define MIN_STACK_ALIGN (sizeof (uintptr_t))
258#endif 263#endif