You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library won't compile if CONFIG_MMS_THREADLESS_STACK is enabled. Error in file mms_server.c (line 135): IsoServer_setUserLock(isoServer, self->modelMutex);
error: ‘struct sMmsServer’ has no member named ‘modelMutex’;
Maybe this line should be off with #if (CONFIG_MMS_THREADLESS_STACK != 1)
This is relevant for the branch v1.5
The text was updated successfully, but these errors were encountered:
Library won't compile if CONFIG_MMS_THREADLESS_STACK is enabled. Error in file mms_server.c (line 135):
IsoServer_setUserLock(isoServer, self->modelMutex);
error: ‘struct sMmsServer’ has no member named ‘modelMutex’;
Maybe this line should be off with #if (CONFIG_MMS_THREADLESS_STACK != 1)
This is relevant for the branch v1.5
The text was updated successfully, but these errors were encountered: