openocd: remove CamelCase symbols *xPSR*
[fw/openocd] / src / rtos / rtos_ecos_stackings.c
index f5c08fe7366d114105a08936c42499703bdd66d7..b15915046f6f2fcfa2525d6def02ceddaaeab307 100644 (file)
@@ -25,7 +25,7 @@ static const struct stack_register_offset rtos_ecos_cortex_m3_stack_offsets[ARMV
        { ARMV7M_R13,  -2,   32 },              /* sp   */
        { ARMV7M_R14,  -1,   32 },              /* lr   */
        { ARMV7M_PC,   0x40, 32 },              /* pc   */
-       { ARMV7M_xPSR, -1,   32 },              /* xPSR */
+       { ARMV7M_XPSR, -1,   32 },              /* xPSR */
 };
 
 const struct rtos_register_stacking rtos_ecos_cortex_m3_stacking = {