From 85769a3f4e194a5904a60ed42d42ae9e48af7cd2 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 26 Feb 2022 21:12:40 +0000 Subject: [PATCH] Fix build https://github.com/probonopd/MiniDexed/issues/21#issuecomment-1052610989 Thanks @rsta2 --- src/minidexed.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 2a55ab3..95db615 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -325,4 +325,9 @@ unsigned CMiniDexedHDMI::GetChunk(u32 *pBuffer, unsigned nChunkSize) #endif return(nResult); -}; \ No newline at end of file +}; + +void CMiniDexed::LCDWrite (const char *pString) +{ + m_LCD.Write (pString, strlen (pString)); +} \ No newline at end of file