File tree 6 files changed +2
-316
lines changed
6 files changed +2
-316
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ set(TEST_SRCS
79
79
src/test_writeOnly.cpp
80
80
src/test_writeOnDemand.cpp
81
81
src/test_writeOnChange.cpp
82
- src/test_TimedAttempt.cpp
83
82
)
84
83
85
84
set (TEST_UTIL_SRCS
@@ -88,7 +87,6 @@ set(TEST_UTIL_SRCS
88
87
)
89
88
90
89
set (TEST_DUT_SRCS
91
- ../../src/utility/time/TimedAttempt.cpp
92
90
../../src/property/Property.cpp
93
91
../../src/property/PropertyContainer.cpp
94
92
../../src/cbor/CBORDecoder.cpp
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
* INCLUDE
16
16
******************************************************************************/
17
17
18
+ #include < Arduino_TimedAttempt.h>
18
19
#include " interfaces/CloudProcess.h"
19
- #include " utility/time/TimedAttempt.h"
20
20
#include " property/PropertyContainer.h"
21
21
22
22
/* *****************************************************************************
Original file line number Diff line number Diff line change 16
16
* INCLUDE
17
17
******************************************************************************/
18
18
19
+ #include < Arduino_TimedAttempt.h>
19
20
#include " interfaces/CloudProcess.h"
20
- #include " utility/time/TimedAttempt.h"
21
21
#include " property/PropertyContainer.h"
22
22
23
23
/* *****************************************************************************
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments