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. --- playground.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playground.h (limited to 'playground.h') diff --git a/playground.h b/playground.h new file mode 100644 index 0000000..824157b --- /dev/null +++ b/playground.h @@ -0,0 +1,6 @@ +#ifndef PLAYGROUND_H +#define PLAYGROUND_H + +extern "C" void halt(); + +#endif -- cgit v1.2.3