-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels