Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler error with CONFIG_MMS_THREADLESS_STACK feature #248

Open
maxim133 opened this issue Aug 10, 2020 · 0 comments
Open

Compiler error with CONFIG_MMS_THREADLESS_STACK feature #248

maxim133 opened this issue Aug 10, 2020 · 0 comments

Comments

@maxim133
Copy link

maxim133 commented Aug 10, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant