openocd: remove CamelCase symbols *xPSR*
[fw/openocd] / src / rtos / rtos_chibios_stackings.c
index bd17171612c2ddb83f0e3f0d88e367fec20f9059..38a2889bd94b69a3d5b826f09d6a73b95c6f0a85 100644 (file)
@@ -32,7 +32,7 @@ static const struct stack_register_offset rtos_chibios_arm_v7m_stack_offsets[ARM
        { ARMV7M_R13,  -2,   32 },              /* sp   */
        { ARMV7M_R14,  -1,   32 },              /* lr   */
        { ARMV7M_PC,   0x20, 32 },              /* pc   */
-       { ARMV7M_xPSR, -1,   32 },              /* xPSR */
+       { ARMV7M_XPSR, -1,   32 },              /* xPSR */
 };
 
 const struct rtos_register_stacking rtos_chibios_arm_v7m_stacking = {
@@ -59,7 +59,7 @@ static const struct stack_register_offset rtos_chibios_arm_v7m_stack_offsets_w_f
        { ARMV7M_R13,  -2,   32 },              /* sp   */
        { ARMV7M_R14,  -1,   32 },              /* lr   */
        { ARMV7M_PC,   0x60, 32 },              /* pc   */
-       { ARMV7M_xPSR, -1,   32 },              /* xPSR */
+       { ARMV7M_XPSR, -1,   32 },              /* xPSR */
 };
 
 const struct rtos_register_stacking rtos_chibios_arm_v7m_stacking_w_fpu = {