From 7a289db11166969fba9fb9cfab6b9e1cbdc70718 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Sun, 26 Feb 2023 09:39:21 -0800 Subject: [PATCH] Adding a function and it still compiles. --- implementations/uvm-ncc/font/font.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/implementations/uvm-ncc/font/font.h b/implementations/uvm-ncc/font/font.h index e864840..a8d3b72 100644 --- a/implementations/uvm-ncc/font/font.h +++ b/implementations/uvm-ncc/font/font.h @@ -4,3 +4,9 @@ int font_width = 13; int font_height = 27; u32 font_data[94][351]; + +void +init_font_data(void) +{ + 2 + 2; +};