aboutsummaryrefslogtreecommitdiff
path: root/serial1.cpp
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 /serial1.cpp
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 'serial1.cpp')
-rw-r--r--serial1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/serial1.cpp b/serial1.cpp
index 58ea536..85bd435 100644
--- a/serial1.cpp
+++ b/serial1.cpp
@@ -8,8 +8,6 @@
#include "tinyprintf.h"
#include "debug.h"
-int init_high();
-
extern "C" void halt();
#include "stm32f10x_conf.h"