summaryrefslogtreecommitdiffstats
path: root/src/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uart.c')
-rw-r--r--src/uart.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/uart.c b/src/uart.c
new file mode 100644
index 0000000..70a6334
--- /dev/null
+++ b/src/uart.c
@@ -0,0 +1,7 @@
+#include "project.h"
+
+
+
+void uart_init(void)
+{
+}