aboutsummaryrefslogtreecommitdiff
path: root/boot/main.c
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2025-02-12 01:27:44 +0100
committerThomas Albers Raviola <thomas@thomaslabs.org>2025-02-12 01:27:44 +0100
commit779b9834e30de1ba0b4f0755388bebd0c45aa1dc (patch)
tree218edb656e329884e4b9cab7e84f4ba4b4af0c4a /boot/main.c
parent8ac78b9953908d2a4ffece855296fb7597440cce (diff)
Restructure rom image and use dependencies for makefiles
Diffstat (limited to 'boot/main.c')
-rw-r--r--boot/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/main.c b/boot/main.c
new file mode 100644
index 0000000..5fa3c81
--- /dev/null
+++ b/boot/main.c
@@ -0,0 +1,7 @@
+#include <hardware.h>
+
+void
+main(void)
+{
+ tft_ctrl = 0;
+}