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