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

system/arduino/esp32 bugfixes & warnings #692

Merged
merged 2 commits into from
Sep 28, 2024

Conversation

S3ckShUn21
Copy link
Contributor

  • [BUG] fixed function typo for condvar from 'free' to 'drop' - this was breaking ring buffers on this platform
  • [WARN] added missing <esp_random.h> include header for z_random() calls
  • [WARN] explicit cast to (TaskHandle_t*) for FreeRTOS task creation

- [BUG] fixed function typo for condvar from 'free' to 'drop' - this was breaking ring buffers on this platform
- [WARN] added missing <esp_random.h> include header for z_random() calls
- [WARN] explicit cast to (TaskHandle_t*) for FreeRTOS task creation
Copy link

PR missing one of the required labels: {'new feature', 'internal', 'enhancement', 'breaking-change', 'dependencies', 'bug', 'documentation'}

@sashacmc sashacmc added the bug Something isn't working label Sep 27, 2024
Co-authored-by: Alexander Bushnev <[email protected]>
@milyin milyin merged commit c9d83d6 into eclipse-zenoh:main Sep 28, 2024
53 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants