File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1212
1313#include " arduino/Arduino.h"
1414
15- #include " FunctionFake .h"
16- #include " StreamFake .h"
17- #include " SerialFake .h"
18- #include " WireFake .h"
19- #include " ClientFake .h"
20- #include " PrintFake .h"
21- #include " SPIFake .h"
15+ #include " Function .h"
16+ #include " Stream .h"
17+ #include " Serial .h"
18+ #include " Wire .h"
19+ #include " Client .h"
20+ #include " Print .h"
21+ #include " SPI .h"
2222
2323#define ArduinoFake (mock ) _ArduinoFakeGet##mock()
2424
Original file line number Diff line number Diff line change 1+ #include "FunctionFake.h"
Original file line number Diff line number Diff line change 1+ #include "PrintFake.h"
Original file line number Diff line number Diff line change 1+ #include "SerialFake.h"
Original file line number Diff line number Diff line change 1+ #include "StreamFake.h"
You can’t perform that action at this time.
0 commit comments