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 @@ -85,7 +85,6 @@ set(TEST_SRCS
85
85
src/test_writeOnly.cpp
86
86
src/test_writeOnDemand.cpp
87
87
src/test_writeOnChange.cpp
88
- src/test_TimedAttempt.cpp
89
88
)
90
89
91
90
set (TEST_UTIL_SRCS
@@ -94,7 +93,6 @@ set(TEST_UTIL_SRCS
94
93
)
95
94
96
95
set (TEST_DUT_SRCS
97
- ../../src/utility/time/TimedAttempt.cpp
98
96
../../src/property/Property.cpp
99
97
../../src/property/PropertyContainer.cpp
100
98
../../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