Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79df7a6

Browse files
pennamandreagilardoni
authored andcommittedApr 2, 2025
utility: remove TimedAttemp
1 parent d9061d3 commit 79df7a6

File tree

6 files changed

+2
-316
lines changed

6 files changed

+2
-316
lines changed
 

‎extras/test/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ set(TEST_SRCS
8585
src/test_writeOnly.cpp
8686
src/test_writeOnDemand.cpp
8787
src/test_writeOnChange.cpp
88-
src/test_TimedAttempt.cpp
8988
)
9089

9190
set(TEST_UTIL_SRCS
@@ -94,7 +93,6 @@ set(TEST_UTIL_SRCS
9493
)
9594

9695
set(TEST_DUT_SRCS
97-
../../src/utility/time/TimedAttempt.cpp
9896
../../src/property/Property.cpp
9997
../../src/property/PropertyContainer.cpp
10098
../../src/cbor/CBORDecoder.cpp

‎extras/test/src/test_TimedAttempt.cpp

-186
This file was deleted.

‎src/ArduinoIoTCloudDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* INCLUDE
1616
******************************************************************************/
1717

18+
#include <Arduino_TimedAttempt.h>
1819
#include "interfaces/CloudProcess.h"
19-
#include "utility/time/TimedAttempt.h"
2020
#include "property/PropertyContainer.h"
2121

2222
/******************************************************************************

‎src/ArduinoIoTCloudThing.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* INCLUDE
1717
******************************************************************************/
1818

19+
#include <Arduino_TimedAttempt.h>
1920
#include "interfaces/CloudProcess.h"
20-
#include "utility/time/TimedAttempt.h"
2121
#include "property/PropertyContainer.h"
2222

2323
/******************************************************************************

‎src/utility/time/TimedAttempt.cpp

-84
This file was deleted.

‎src/utility/time/TimedAttempt.h

-42
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.