Closed
Description
Has something changed in the NOP definition?
https://github.com/RobTillaart/MCP23017_RT/actions/runs/456403915
In file included from /github/home/Arduino/libraries/MCP23017_RT/MCP23017.h:10,
from /github/home/Arduino/libraries/MCP23017_RT/MCP23017.cpp:20:
/action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/Arduino.h:40:16: error: expected unqualified-id before ‘do’
#define _NOP() do { 0; } while (0)
^~