aboutsummaryrefslogtreecommitdiff
path: root/init_low.s
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-12-29 19:01:39 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-12-29 19:01:39 +0100
commitaae314fead54dab7b258f3a6c7ac1615833f9987 (patch)
treeae8eef88eae5d2031da89af3c16803b55987555e /init_low.s
parent47e728d34e64d2dc04736828111490dc8b0a8258 (diff)
downloadstm32f103-playground-aae314fead54dab7b258f3a6c7ac1615833f9987.tar.gz
stm32f103-playground-aae314fead54dab7b258f3a6c7ac1615833f9987.tar.bz2
stm32f103-playground-aae314fead54dab7b258f3a6c7ac1615833f9987.tar.xz
stm32f103-playground-aae314fead54dab7b258f3a6c7ac1615833f9987.zip
o Basic pre-emptive task switching OS.
Diffstat (limited to 'init_low.s')
-rw-r--r--init_low.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/init_low.s b/init_low.s
index 4f84246..bc12b5b 100644
--- a/init_low.s
+++ b/init_low.s
@@ -2,7 +2,6 @@
.cpu cortex-m3
.thumb
-/* VERY significant */
.section .text
.thumb_func
@@ -41,4 +40,3 @@ UsageFault_Handler:
b halt
.end
-