You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);}
`
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 directiveundef 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
The text was updated successfully, but these errors were encountered: