Skip to content

Commit 9facaec

Browse files
committed
Remove No RTC available message
1 parent 6879eb7 commit 9facaec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/property/Property.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
#undef min
2222
#include <algorithm>
2323

24-
#if !defined ARDUINO_ARCH_SAMD && !defined ARDUINO_ARCH_MBED
25-
#pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."
26-
#endif
27-
2824
/******************************************************************************
2925
CTOR/DTOR
3026
******************************************************************************/

0 commit comments

Comments
 (0)