summaryrefslogtreecommitdiffstats
path: root/hal/hwconfig.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-05-04 20:47:39 +0200
committerNao Pross <naopross@thearcway.org>2018-05-04 20:47:39 +0200
commite82789253b7c915270cfdc126e8e000924d90444 (patch)
treea58d4194d22e507afe506159b12c0cb2d182be7f /hal/hwconfig.hpp
parentImplement uart TX features (diff)
downloadSAMLiquidSmoke-e82789253b7c915270cfdc126e8e000924d90444.tar.gz
SAMLiquidSmoke-e82789253b7c915270cfdc126e8e000924d90444.zip
Implement TX read(n) and readline() (not working yet)
Diffstat (limited to 'hal/hwconfig.hpp')
-rw-r--r--hal/hwconfig.hpp8
1 files changed, 4 insertions, 4 deletions
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