mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-17 13:37:52 +00:00
Pre Merge pull request !10 from 独角戏/Develope
This commit is contained in:
commit
77ef661fcf
@ -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