aboutsummaryrefslogtreecommitdiff
path: root/asm/msp_r.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/msp_r.s')
-rw-r--r--asm/msp_r.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/msp_r.s b/asm/msp_r.s
deleted file mode 100644
index 920bac2..0000000
--- a/asm/msp_r.s
+++ /dev/null
@@ -1,5 +0,0 @@
- .global __msp_r
- .thumb_func
-__msp_r:
- mrs r0, MSP
- bx lr