Skip to content

Commit c2fde9c

Browse files
committed
Fix .file marker in irq_cm0.S
1 parent adaa83f commit c2fde9c

File tree

1 file changed

+1
-1
lines changed
  • rtos/rtx2/TARGET_CORTEX_M/TARGET_M0P/TOOLCHAIN_GCC

1 file changed

+1
-1
lines changed

rtos/rtx2/TARGET_CORTEX_M/TARGET_M0P/TOOLCHAIN_GCC/irq_cm0.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525

2626

27-
.file "irq_cm0.s"
27+
.file "irq_cm0.S"
2828
.syntax unified
2929

3030
.equ I_T_RUN_OFS, 28 // osRtxInfo.thread.run offset

0 commit comments

Comments
 (0)