diff options
Diffstat (limited to 'asm/msp_w.s')
-rw-r--r-- | asm/msp_w.s | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/msp_w.s b/asm/msp_w.s deleted file mode 100644 index b4b6c3e..0000000 --- a/asm/msp_w.s +++ /dev/null @@ -1,5 +0,0 @@ - .global __msp_w - .thumb_func -__msp_w: - msr MSP, r0 - bx lr |