Skip to content

Circular header dependencies #76

@adbancroft

Description

@adbancroft

The header files for most fakes include ArduinoFake.h, which results in circular header dependencies. E.g. EEPROMFake.h -> ArduinoFake.h -> EEPROMFake.h

This can result in compiler errors for the host program due to #pragma once. E.g. #include <Print.h> -> PrintFake.h -> ArduinoFake.h -> PrintFake.h

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions