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

[TW#15702] CONFIG_FREERTOS_PORTMUX_DEBUG causes compile error #1057

Closed
chegewara opened this issue Sep 30, 2017 · 0 comments
Closed

[TW#15702] CONFIG_FREERTOS_PORTMUX_DEBUG causes compile error #1057

chegewara opened this issue Sep 30, 2017 · 0 comments

Comments

@chegewara
Copy link
Contributor

After turning on CONFIG_FREERTOS_PORTMUX_DEBUG in menu config there is few compile error in app_trace_util.c. Its problem with too few arguments in here

vPortCPUReleaseMutex(&lock->mux);
and here
bool success = vPortCPUAcquireMutexTimeout(&lock->mux, 0);
.

@FayeY FayeY changed the title CONFIG_FREERTOS_PORTMUX_DEBUG causes compile error [TW#15702] CONFIG_FREERTOS_PORTMUX_DEBUG causes compile error Oct 6, 2017
@igrr igrr closed this as completed in 715d081 Oct 18, 2017
0xFEEDC0DE64 pushed a commit to 0xFEEDC0DE64/esp-idf that referenced this issue May 5, 2021
* Add Ticker library

* Fix CI (#1)

remove LED_BUILTIN in examples
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