aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-04 21:42:06 +0100
committerpk33 <pk33@pk33.space>2024-11-04 21:42:06 +0100
commit146a683b8d8315ef15dc1c9286f0983834f48d88 (patch)
tree44124fbaf1d49c25de8422ed29c7bade0bc11963 /src/main.c
parent0ffb4f8463e3e06e8d88b7be22f5cb7adb702361 (diff)
downloadengine33-146a683b8d8315ef15dc1c9286f0983834f48d88.tar.gz
Change ui text colour at arbitrary positionHEADmaster
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index f950eff..bac0cd6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,6 +31,8 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
}
+ logd( "This is a test." );
+
while(1)
{
display_vtswitcher_poll(1);