File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ set(TEST_TARGET_SRCS
9292 src/dtostrf.cpp
9393 src/itoa.cpp
9494 src/PrintMock.cpp
95- src/millis .cpp
95+ src/MillisFake .cpp
9696 ${TEST_SRCS}
9797 ${TEST_DUT_SRCS}
9898)
Original file line number Diff line number Diff line change 22 * Copyright (c) 2020 Arduino. All rights reserved.
33 */
44
5- #ifndef MILLIS_H_
6- #define MILLIS_H_
5+ #ifndef MILLIS_FAKE_H_
6+ #define MILLIS_FAKE_H_
77
88/**************************************************************************************
99 * INCLUDE
@@ -25,4 +25,4 @@ void set_millis(unsigned long const val);
2525}
2626#endif
2727
28- #endif /* MILLIS_H_ */
28+ #endif /* MILLIS_FAKE_H_ */
Original file line number Diff line number Diff line change 66 * INCLUDE
77 **************************************************************************************/
88
9- #include < millis .h>
9+ #include < MillisFake .h>
1010
1111/* *************************************************************************************
1212 * GLOBAL VARIABLES
You can’t perform that action at this time.
0 commit comments