From ffb2c4adfb8e65e355b39abd39d994eebc649c98 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 3 Jan 2020 04:53:01 +0100 Subject: add (not yet fully working - it can only send through uart now) interrupt-driven uart together with "scheduler" --- io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'io.h') diff --git a/io.h b/io.h index 161728a..dcad76e 100644 --- a/io.h +++ b/io.h @@ -13,6 +13,8 @@ void puts(char string[]); void prints(char string[]); +void error(char string[]); + void printdec(uint32_t number); void printhex(uint32_t number); -- cgit v1.2.3