-
Notifications
You must be signed in to change notification settings - Fork 56
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
Metadata
Metadata
Assignees
Labels
No labels