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

me' was not declared in this scope (Zephyr port) #16

Closed
vChavezB opened this issue Aug 6, 2022 · 1 comment
Closed

me' was not declared in this scope (Zephyr port) #16

vChavezB opened this issue Aug 6, 2022 · 1 comment

Comments

@vChavezB
Copy link

vChavezB commented Aug 6, 2022

When compiling in debug mode I got this error

qpcpp\ports\zephyr\qf_port.cpp:122:24: error: 'me' was not declared in this scope
  122 |     k_thread_name_set(&me->thread, name);
      |                        ^~

I think it should be m_thread

@vChavezB vChavezB closed this as completed Aug 6, 2022
@quantum-leaps
Copy link
Contributor

Fixed in the recent update.

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

2 participants