Skip to content

pinMode() error: ‘_NOP’ was not declared in this scope #249

Closed
@RobTillaart

Description

@RobTillaart

During a run of - https://github.com/RobTillaart/DAC8551/tree/develop - I get the following error:

/github/home/Arduino/libraries/DAC8551/DAC8551.cpp: In member function ‘void DAC8551::begin()’:
/action/bundle/ruby/2.6.0/bundler/gems/arduino_ci-d86200aa8b3b/cpp/arduino/Godmode.h:163:22: error: ‘_NOP’ was not declared in this scope
#define pinMode(...) _NOP()
                      ^~~~
/github/home/Arduino/libraries/DAC8551/DAC8551.cpp:36:3: note: in expansion of macro ‘pinMode’
   pinMode(_slaveSelect, OUTPUT);

Looks like a missing function definition?

If more information is needed let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions