Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

doesn't compile with Adafruit Feather M0 #2

Closed
@generationmake

Description

@generationmake

Describe the bug

The example code doesn't compile with Adafruit Feather M0.

Steps to Reproduce

chose Adafruit Feather M0 as board and compile

Expected behavior

compile without error

Additional context

It seems to be related to these lines in the code:

// Specific for SAMD21 SparkFun RedBoard Turbo
#if !defined(Serial) && defined(ARDUINO_SAMD_ZERO)
#define Serial SerialUSB
#endif

It somehow steps into this define.
It I uncomment these lines everything compiles without error and works fine.

Sorry for not having a better error description

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X