aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/gdisp.c')
-rw-r--r--src/gdisp/gdisp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c
index 1b16ac53..5c0f4709 100644
--- a/src/gdisp/gdisp.c
+++ b/src/gdisp/gdisp.c
@@ -135,6 +135,10 @@
gdisp_lld_init();
gfxMutexExit(&gdispMutex);
}
+#else
+ void _gdispInit(void) {
+ gdisp_lld_init();
+ }
#endif
#if GDISP_NEED_MULTITHREAD