summaryrefslogtreecommitdiff
path: root/source/LCDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.cpp')
-rw-r--r--source/LCDriver.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/LCDriver.cpp b/source/LCDriver.cpp
index 9be6fb3..6afb1c1 100644
--- a/source/LCDriver.cpp
+++ b/source/LCDriver.cpp
@@ -205,6 +205,13 @@ LCDRIVER_API int __cdecl System_LoaderStartupStatus(LCDContext Context, char *pc
return Context->m_pObject->Done_System_LoaderStartupStatus(pchVersion, piVersionSize, pchProtocol, piProtocolSize);
}
+LCDRIVER_API int __cdecl System_ChangeBaudrate(LCDContext Context, int iBaudRate)
+{
+ VERIFY_CONTEXT_STARTED(Context);
+
+ return Context->m_pObject->Do_System_ChangeBaudRate(iBaudRate);
+}
+
LCDRIVER_API int __cdecl System_Reboot(LCDContext Context, int iMode)
{
VERIFY_CONTEXT_STARTED(Context);