From aae314fead54dab7b258f3a6c7ac1615833f9987 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 29 Dec 2015 19:01:39 +0100 Subject: o Basic pre-emptive task switching OS. --- init_low.s | 2 -- 1 file changed, 2 deletions(-) (limited to 'init_low.s') 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 - -- cgit v1.2.3