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 warnings from onewire lib #514

Open
LoQue90 opened this issue Sep 16, 2024 · 0 comments
Open

compiler warnings from onewire lib #514

LoQue90 opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LoQue90
Copy link
Member

LoQue90 commented Sep 16, 2024

anoying compiler warning:
.pio/libdeps/esp32_usb/OneWire/OneWire.cpp:599:22: warning: extra tokens at end of #undef directive undef noInterrupts() {portMUX_TYPE mux = portMUX_INITIALIZER_UNLOCKED;portENTER_CRITICAL(&mux) .pio/libdeps/esp32_usb/OneWire/OneWire.cpp:600:20: warning: extra tokens at end of #undef directive
undef interrupts() portEXIT_CRITICAL(&mux);}
`

is a bug in last onewire release:
PaulStoffregen/OneWire#133

fix is allready here, but not merged yet:
PaulStoffregen/OneWire#135

@LoQue90 LoQue90 added the bug Something isn't working label Sep 16, 2024
@LoQue90 LoQue90 self-assigned this Sep 16, 2024
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

No branches or pull requests

1 participant