File tree 3 files changed +5
-5
lines changed
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
92
92
src/dtostrf.cpp
93
93
src/itoa.cpp
94
94
src/PrintMock.cpp
95
- src/millis .cpp
95
+ src/MillisFake .cpp
96
96
${TEST_SRCS}
97
97
${TEST_DUT_SRCS}
98
98
)
Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2020 Arduino. All rights reserved.
3
3
*/
4
4
5
- #ifndef MILLIS_H_
6
- #define MILLIS_H_
5
+ #ifndef MILLIS_FAKE_H_
6
+ #define MILLIS_FAKE_H_
7
7
8
8
/**************************************************************************************
9
9
* INCLUDE
@@ -25,4 +25,4 @@ void set_millis(unsigned long const val);
25
25
}
26
26
#endif
27
27
28
- #endif /* MILLIS_H_ */
28
+ #endif /* MILLIS_FAKE_H_ */
Original file line number Diff line number Diff line change 6
6
* INCLUDE
7
7
**************************************************************************************/
8
8
9
- #include < millis .h>
9
+ #include < MillisFake .h>
10
10
11
11
/* *************************************************************************************
12
12
* GLOBAL VARIABLES
You can’t perform that action at this time.
0 commit comments