summaryrefslogtreecommitdiffstats
path: root/firmware/export/backtrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/backtrace.h')
-rw-r--r--firmware/export/backtrace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/backtrace.h b/firmware/export/backtrace.h
index 283e293b2a..fb007ab004 100644
--- a/firmware/export/backtrace.h
+++ b/firmware/export/backtrace.h
@@ -25,6 +25,9 @@
#ifdef BACKTRACE_UNWARMINDER
#include "backtrace-unwarminder.h"
#endif
+#ifdef BACKTRACE_MIPSUNWINDER
+#include "backtrace-mipsunwinder.h"
+#endif
/* Print a backtrace using lcd_* functions, starting at the given line and updating
* the line number. On targets that support it (typically native targets), the