From e82789253b7c915270cfdc126e8e000924d90444 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 4 May 2018 20:47:39 +0200 Subject: Implement TX read(n) and readline() (not working yet) --- hal/hwconfig.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hal/hwconfig.hpp') diff --git a/hal/hwconfig.hpp b/hal/hwconfig.hpp index 0cd38ac..2195b8e 100644 --- a/hal/hwconfig.hpp +++ b/hal/hwconfig.hpp @@ -5,18 +5,18 @@ namespace hw { - void reglock(); - void regunlock(); + void reglock(); + void regunlock(); } namespace osc { - void initialize(); + void initialize(); } namespace interrupts { - void initialize(); + void initialize(); } #endif \ No newline at end of file -- cgit v1.2.1