rancilio-pid / clevercoffee

Do-It-Yourself PID für Espressomaschinen
https://clevercoffee.de
GNU General Public License v2.0
277 stars 144 forks source link

compiler warnings from onewire lib #514

Open LoQue90 opened 2 weeks ago

LoQue90 commented 2 weeks ago

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: https://github.com/PaulStoffregen/OneWire/issues/133

fix is allready here, but not merged yet: https://github.com/PaulStoffregen/OneWire/pull/135