Skip to content

Commit 315cb27

Browse files
committed
Do not write "No RTC available..." message for PORTENTA target
1 parent 5213f2d commit 315cb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/property/Property.cpp

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

24-
#ifndef ARDUINO_ARCH_SAMD
24+
#if !defined ARDUINO_ARCH_SAMD && !defined TARGET_PORTENTA_H7
2525
#pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."
2626
#endif
2727

0 commit comments

Comments
 (0)