mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-18 14:07:53 +00:00
Compare commits
2 Commits
ef33751599
...
737c5d2171
Author | SHA1 | Date | |
---|---|---|---|
![]() |
737c5d2171 | ||
![]() |
8c393854a7 |
@ -128,11 +128,16 @@ HMI_ENGINE_RESULT HMI_StartEngine(const void* pstParameters)
|
||||
if(NULL != pstStartScreen->pstActions->Prepare)
|
||||
{
|
||||
eProcessResult = pstStartScreen->pstActions->Prepare(g_pstActivedEngineObject->Interface, pstParameters);
|
||||
|
||||
if( (NULL != g_pstActivedEngineObject->Interface) &&
|
||||
(NULL != g_pstActivedEngineObject->Interface->fnSyncBuffer))
|
||||
{
|
||||
g_pstActivedEngineObject->Interface->fnSyncBuffer();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// No activated HMI engine object.
|
||||
|
Loading…
Reference in New Issue
Block a user