From 779b9834e30de1ba0b4f0755388bebd0c45aa1dc Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Wed, 12 Feb 2025 01:27:44 +0100 Subject: Restructure rom image and use dependencies for makefiles --- boot/main.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 boot/main.c (limited to 'boot/main.c') 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 + +void +main(void) +{ + tft_ctrl = 0; +} -- cgit v1.2.3