summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3e269c287d..24e258d3af 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -712,7 +712,7 @@ Lyre prototype 1 */
712 712
713#if defined(CPU_ARM) && defined(__ASSEMBLER__) 713#if defined(CPU_ARM) && defined(__ASSEMBLER__)
714/* ARMv4T doesn't switch the T bit when popping pc directly, we must use BX */ 714/* ARMv4T doesn't switch the T bit when popping pc directly, we must use BX */
715.macro ldmpc cond="", order="ia", regs:req 715.macro ldmpc cond="", order="ia", regs
716#if ARM_ARCH == 4 && defined(USE_THUMB) 716#if ARM_ARCH == 4 && defined(USE_THUMB)
717 ldm\cond\order sp!, { \regs, lr } 717 ldm\cond\order sp!, { \regs, lr }
718 bx\cond lr 718 bx\cond lr