Skip to content

Commit

Permalink
Remove No RTC available message
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Dec 1, 2022
1 parent 6879eb7 commit 9facaec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/property/Property.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
#undef min
#include <algorithm>

#if !defined ARDUINO_ARCH_SAMD && !defined ARDUINO_ARCH_MBED
#pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."
#endif

/******************************************************************************
CTOR/DTOR
******************************************************************************/
Expand Down

0 comments on commit 9facaec

Please sign in to comment.