summaryrefslogtreecommitdiff
path: root/controller/src
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-07-14 11:17:59 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-07-14 11:17:59 -0500
commit1fd366764d17874b8211ef63d41313995833e36d (patch)
treed221220abeff8c951faa185ecde0babcbb94fa5c /controller/src
The start-ish of it all.
Diffstat (limited to 'controller/src')
-rw-r--r--controller/src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/controller/src/main.c b/controller/src/main.c
new file mode 100644
index 0000000..800f691
--- /dev/null
+++ b/controller/src/main.c
@@ -0,0 +1,5 @@
+#include "uart.h"
+
+int main() {
+
+}