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 issue warning #151

Open
m8nix opened this issue Dec 7, 2024 · 1 comment
Open

Compiler issue warning #151

m8nix opened this issue Dec 7, 2024 · 1 comment

Comments

@m8nix
Copy link

m8nix commented Dec 7, 2024

d:\Dropbox\Dokumente\Arduino\libraries\OneWire\OneWire.cpp:599:22: warning: extra tokens at end of #undef directive
599 | # undef noInterrupts() {portMUX_TYPE mux = portMUX_INITIALIZER_UNLOCKED;portENTER_CRITICAL(&mux)
| ^
d:\Dropbox\Dokumente\Arduino\libraries\OneWire\OneWire.cpp:600:20: warning: extra tokens at end of #undef directive
600 | # undef interrupts() portEXIT_CRITICAL(&mux);}

OneWire.cpp:
599 # undef noInterrupts() {portMUX_TYPE mux = portMUX_INITIALIZER_UNLOCKED;portENTER_CRITICAL(&mux)
600 # undef interrupts() portEXIT_CRITICAL(&mux);}

@uzi18
Copy link

uzi18 commented Dec 7, 2024

related to #135

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