We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7662425 + e48580d commit 8273f3bCopy full SHA for 8273f3b
1 file changed
examples/NonReg/RTC/RTC_Tests/RTC_Tests.ino
@@ -14,8 +14,8 @@
14
15
#include <STM32RTC.h>
16
17
-/* Create a rtc object */
18
-STM32RTC rtc;
+/* Get the rtc object */
+STM32RTC& rtc = STM32RTC::getInstance();
19
20
/* Change these values to set the current initial time
21
*
0 commit comments