summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-05-04 16:57:26 +0200
committerNao Pross <naopross@thearcway.org>2018-05-04 16:57:26 +0200
commit67c20bb8dff3cb74c5aacfa3c6c799c39daad50f (patch)
treec543cbc1c99e250dfe14f021791739279afc7a0b /main.cpp
parentFix indent, replace tabs with spaces (diff)
downloadSAMLiquidSmoke-67c20bb8dff3cb74c5aacfa3c6c799c39daad50f.tar.gz
SAMLiquidSmoke-67c20bb8dff3cb74c5aacfa3c6c799c39daad50f.zip
Add templated generic implementaions for uart, rename uart1.tpp to uart.tpp
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 59a9097..427378c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -10,7 +10,7 @@
// #include "mcc_generated_files/mcc.h"
-#include "hal/uart1.tpp"
+#include "hal/uart.tpp"
#include "hal/pin.tpp"
extern "C" {